How do I update virtualenv?

31,518
sudo pip install virtualenv --upgrade
Share:
31,518

Related videos on Youtube

amustill
Author by

amustill

Updated on September 18, 2022

Comments

  • amustill
    amustill over 1 year

    I have installed python-virtualenvInstall python-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?

    (Crossposted on Stack Overflow)

  • Andrew Swan
    Andrew Swan almost 7 years
    Works on OSX too, FWIW.
  • SeF
    SeF about 4 years
    sudo pip is not good practice for many reasons...