You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@audetto I'm trying to do the same on Windows but those two steps are not enough for me. I'm wondering do you perform additional steps to get your Virtual Environment to work? Thanks!
I am running jep 4.0.3 in Ubuntu 20.04.
I am already able to use virtual environments, but I feel I am providing redundant information which
jep
could figure out by itself.What I do is
VIRTUAL_ENV
before executing javaMainInterpreter.setJepLibraryPath()
with the equivalent of$VIRTUAL_ENV\lib\python3.8\site-packages\jep\libjep.so
I wonder if this logic cold be automated in https://github.com/ninia/jep/blob/master/src/main/java/jep/LibraryLocator.java
The text was updated successfully, but these errors were encountered: