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
uninstallsubcommand was introduced inpip0.6. Your version (0.3.1) does not include that feature.Upgrade your pip:
More information: