I have installed virtualenv version 1.4.9 and the latest version is 1.6.1. How do I update to version 1.6.1. Do I have to uninstall version 1.4.9? If so, how do I uninstall it?
I have installed virtualenv version 1.4.9 and the latest version is 1.6.1. How do
Share
Latest version is 1.6.1
use
sudo pip install virtualenvit will upgrade incase you are using1.4.xversion.It advised to use
pipovereasy_installlook here for the reasons