How To Install Virtualenv-3?
Install virtualenv-3
-
Debian
apt-get install python3-virtualenvClick to copy -
Ubuntu
apt-get install python3-virtualenvClick to copy -
Kali Linux
apt-get install python3-virtualenvClick to copy -
Fedora
dnf install python3-virtualenvClick to copy -
Raspbian
apt-get install python3-virtualenvClick to copy
python3-virtualenv
Python virtual environment creatorThe virtualenv utility creates virtual Python instances, each invokable with its own Python executable. Each instance can have different sets of modules, installable via easy_install. Virtual Python instances can also be created without root access. This is the Python 3 version of the library.
Install the latest version of virtualenv-3 in Debian, Ubuntu, Kali, Fedora and Raspbian from terminal. To install the virtualenv-3 just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of virtualenv-3 from the respository and install it in your computer/server.




