Frustration
tikitu@tikitu-laptop:~/work/buzzcapture/dev$ sudo pip install django-model-utils
Unknown or unsupported command 'install'
tikitu@tikitu-laptop:~/work/buzzcapture/dev$ pip
Did not provide a command
tikitu@tikitu-laptop:~/work/buzzcapture/dev$ pip help
Unknown or unsupported command 'help'
tikitu@tikitu-laptop:~/work/buzzcapture/dev$ pip --help
Unknown option: help
Did not provide a command
tikitu@tikitu-laptop:~/work/buzzcapture/dev$ sudo apt-get remove pip
Comments
I was looking for this program in dselect and I couldn't find it. Is this the same as python-pip?
At a guess, python-pip will be the package that provides the program pip. (It depends which distro you're using -- in my case, on Ubuntu, the package was just "pip". But if you've got python-pip, that's almost certainly it.)
thy rage was insufficient, this should have been apt-get purge.