Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

remove virtual environment python

# If you are using, virtualenvwrapper, aka you used mkvirtualenv to create your virtal environment. 
rmvirtualenv <virtual-environment-name>

# This is if you used any other virtualenv to create your virtual environment
sudo rm -rf <virtual-environment-name>
 
PREVIOUS NEXT
Tagged: #remove #virtual #environment #python
ADD COMMENT
Topic
Name
2+1 =