-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels