Commit 9e65698
committed
COMP: Use venv for macOS venv executable
On ARM:
++ basename /Library/Frameworks/Python.framework/Versions/3.9
+ py_mm=3.9
+ VENV=/Users/svc-dashboard/D/P/ITKPythonPackage/scripts/../venvs/3.9
+ VIRTUALENV_EXECUTABLE=/Library/Frameworks/Python.framework/Versions/3.9/bin/virtualenv
+ /Library/Frameworks/Python.framework/Versions/3.9/bin/virtualenv /Users/svc-dashboard/D/P/ITKPythonPackage/scripts/../venvs/3.9
ImportError: cannot import name 'Path' from 'virtualenv.util.path' (/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/virtualenv/util/path/__init__.py)1 parent efb8865 commit 9e65698
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments