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
Copy file name to clipboardExpand all lines: tests/test-03.sh
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ Gdal/bin/python -m venv Py
65
65
t_run 'Py/bin/python -c "import sys;import os;sys.exit(\"CONDA_PREFIX\" in os.environ)"'"Conda is not active in venv"
66
66
export CW_FORCE_CONDA_ACTIVATE=1
67
67
t_run 'Py/bin/python -c "import sys;import os;sys.exit(\"CONDA_PREFIX\" not in os.environ)"'"Conda can be activated in venv"
68
+
t_run 'Py/bin/python -c "import os;import shutil;import sys;sys.exit(shutil.which(\"python3\") != os.getcwd()+\"/Py/bin/python3\" )"'"Venv path is first even if conda is active"
0 commit comments