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
Confirmed. From conversation in IRC, this is a bug in virtualenv's setup.py which generates a console entry point with the version of Python used at build time embedded.
Short term fix is to remove that entry point altogether. Longer term, if a versioned command is required, will need a means of capturing that in metadata.
Sorry, I confused 2 different issues. You already enumerated the solutions.
My vote is to remove the versioned entry point now, and bring the question of versioned entry points up on distutils-sig, as I think it's a wider issue that affects far more than just virtualenv.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just add a comment if you want to keep it open. Thank you for your contributions.
Instead, it should be version specific to the python it's installed with. Possible solutions:
i.e,
And
C:\Python33\Scripts\virtualenv-2.7.exe
exists. It should bevirtualenv-3.3.exe
, or just remove it.From https://github.com/pypa/virtualenv/blob/develop/setup.py#L12
The text was updated successfully, but these errors were encountered: