I knew there had to be a better way than resorting to easy_install, and it looks like the "official" way to get pip if it...
a) isn't included as a part of the python version installed b) isn't available from the package manager (or isn't usable, in this case) ... is to use the get-pip.py script, which includes a zipped copy of it. Normally I'd never install a python module without using dpkg/apt or with pip inside a virtualenv, but this is a bit of a special case installing pip itself to replace an unusable packaged version. Instructions here: https://pip.pypa.io/en/latest/installing.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1392288 Title: pip can not uninstall packages in a virtualenv To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python-pip/+bug/1392288/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
