Closed
Description
Running virtualenv myvenv --python=python
fails with "The executable python (from --python=python) does not exist" even if python is on the PATH:
$ which python
/c/Python27/python
The issue is wrong executable detection on Windows. python
is equivalent to python.exe
on Windows but this is not recognized by virtualenv. It works only if you use virtualenv myvenv --python=python.exe
.
Metadata
Metadata
Assignees
Labels
No labels