Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#fix
Had an runtime error with my 3.6 virtual env but seems to work…
… with a fresh 3.5 ninia/jep#116 (comment) Using these from the Intellij debug configuration ``` -Djava.library.path=/development/bin/python/conda3/envs/py35/lib/python3.5/site-packages/jep PYTHONHOME=/development/bin/python/conda3/envs/py35/ LD_PRELOAD=/development/bin/python/conda3/envs/py35/lib/libpython3.5m.so.1.0 ``` Also getting this but just a warning https://stackoverflow.com/a/47227886/4032515
- Loading branch information