Skip to content

The executable python does not exist #640

Closed
@schlamar

Description

@schlamar

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions