Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I update virtualenv on Ubuntu?

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?

like image 487
Joshua White Avatar asked Jun 27 '11 23:06

Joshua White


1 Answers

Latest version is 1.6.1
use sudo pip install virtualenv it will upgrade incase you are using1.4.x version.
It advised to use pip over easy_install look here for the reasons

like image 53
Kracekumar Avatar answered Oct 19 '22 10:10

Kracekumar