How can one uninstall virtualenvwrapper?

ncon picture ncon · May 25, 2017 · Viewed 11.6k times · Source

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.

Answer

Susie Sargsyan picture Susie Sargsyan · Aug 7, 2017
pip uninstall virtualenvwrapper

Or

sudo pip uninstall virtualenvwrapper

worked for me.