relocated easy_install script doesn't install bin files correctly

Bug #450464 reported by Peter Waller
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Virtualenv
New
Undecided
Jannis Leidel

Bug Description

1) create virtualenv
virtualenv test

2) make it relocatable
virtualenv --relocatable test

3) Install something in it with the modified easy_install
test/bin/easy_install virtualenv

4) Note that the new virtualenv script does not have the correct shebang line
head -n1 test/bin/virtualenv
#!/usr/bin/python

Revision history for this message
Peter Waller (peter.waller) wrote :

Relocated pip doesn't work at all trying to install virtualenv.

Revision history for this message
Jannis Leidel (jezdez) wrote :

Which version of virtualenv do you use? (I can't reproduce the error)

Changed in virtualenv:
assignee: nobody → Jannis Leidel (jezdez)
Revision history for this message
Ian Bicking (ianb) wrote :

That new scripts aren't using the relocatable version of the script is a known limitation of virtualenv --relocatable, and there's no way to really resolve it. I also can't reproduce the problem with pip.

Revision history for this message
Carl Meyer (carljm) wrote :

Not migrating this to new issue tracker at https://github.com/pypa/virtualenv/issues

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.