Categories
How to completely remove virtualenv?
virtualenv was built with Python 2.6. Now I need to delete the whole thing and install it with a version for Python 2.7 . How can I rebuild the whole thing?
Answer the question
In order to leave comments, you need to log in
virtualenv -p /usr/bin/python2.7 <path/to/new/virtualenv/>
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question