I believe that I have installed virtualenvwrapper incorrectly (the perils of following different tutorials for python setup).
I would like to remove the extension completely from my Mac OSX system but there seems to be no documentation on how to do this.
Does anyone know how to completely reverse the installation? Its wreaking havoc with my attempts to compile python scripts.
pip
to install things, you can get rid of them by usingpip uninstall foo
where foo is the python package you want to uninstall. – Melchiorpip
actually did the install and remove it there. – Melchior