Skip to content

virtualenv wheel's entry-point script is version specific to the python its built with #586

Closed
@Ivoz

Description

@Ivoz

Instead, it should be version specific to the python it's installed with. Possible solutions:

  • just remove the version-specific script all together
  • build separate wheels for every supported python version (with that version of python) so this is never encountered
  • Find some other way to create version specific scripts with wheels
  • Stop providing wheels for virtualenv

i.e,

C:\Users\Ivo>pip -V
pip 1.5.4 from C:\Python33\lib\site-packages (python 3.3)

C:\Users\Ivo>pip install virtualenv
Downloading/unpacking virtualenv
Installing collected packages: virtualenv
Successfully installed virtualenv
Cleaning up...

C:\Users\Ivo>virtualenv-2.7
You must provide a DEST_DIR
Usage: virtualenv-2.7 [OPTIONS] DEST_DIR

...

And C:\Python33\Scripts\virtualenv-2.7.exe exists. It should be virtualenv-3.3.exe, or just remove it.

From https://github.com/pypa/virtualenv/blob/develop/setup.py#L12

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