1# If you are using, virtualenvwrapper, aka you used mkvirtualenv to create your virtal environment.
2rmvirtualenv <virtual-environment-name>
3
4# This is if you used any other virtualenv to create your virtual environment
5sudo rm -rf <virtual-environment-name>