So, this is strange. I've been trying to setup a python dev environment on emacs - and I've attempted to setup ropemacs, rope and pymacs. It's just not biting however, complaining that the pymacs helper didn't start in 30 seconds. Well, I've decided to give up on this part of the setup (autocomplete is pretty good as it is) and I want to remove these "dead" packages. However, when I try to invoke pip uninstall I get the error message described in the title. Anyone else had this issue, or know how to get round it?
EDIT: pip version info
pip 0.3.1 from /usr/lib/python2.6/dist-packages (python 2.6)
The uninstall subcommand was introduced in pip 0.6. Your version (0.3.1) does not include that feature.
Upgrade your pip:
$ curl https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py | python
More information:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With