Skip to content

Commit c0f5992

Browse files
author
Christopher Doris
committed
note to self
1 parent 2955daf commit c0f5992

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

juliacall/init.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
jldownload = os.path.join(jlprefix, "download")
2121

2222
# 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?
2324
venvprefix = os.environ.get("VIRTUAL_ENV")
2425
condaprefix = os.environ.get("CONDA_PREFIX")
2526
if venvprefix and condaprefix:

0 commit comments

Comments
 (0)