We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2955daf commit c0f5992Copy full SHA for c0f5992
juliacall/init.py
@@ -20,6 +20,7 @@
20
jldownload = os.path.join(jlprefix, "download")
21
22
# Determine where to put the julia environment
23
+# TODO: Can we more direcly figure out the environment from which python was called? Maybe find the first PATH entry containing python?
24
venvprefix = os.environ.get("VIRTUAL_ENV")
25
condaprefix = os.environ.get("CONDA_PREFIX")
26
if venvprefix and condaprefix:
0 commit comments