Bug#751827: [Python-modules-team] Bug#751827: python-virtualenv: version of pip in virtualenvs fails to uninstall some packages

2014-11-24 Thread Jack L.
Oh I think I figured out what happened. I didn't install the new -whl which is whats used in the virtualenv. On Fri Nov 21 2014 at 5:44:00 PM Stefano Rivera wrote: > Hi Jack (2014.11.18_11:53:09_+0200) > > 1.5.6-3 doesn't seem to be working over here even on a fresh virtualenv > > Works for me:

Bug#751827: [Python-modules-team] Bug#751827: python-virtualenv: version of pip in virtualenvs fails to uninstall some packages

2014-11-21 Thread Stefano Rivera
Hi Jack (2014.11.18_11:53:09_+0200) > 1.5.6-3 doesn't seem to be working over here even on a fresh virtualenv Works for me: $ cat test.sh #!/bin/sh virtualenv ve . ve/bin/activate pip install pillow pip uninstall pillow $ ./test.sh Running virtualenv with interpreter /usr/bin/python2 New python