How To Install Virtualenv-3?

How To Install Virtualenv-3?

virtualenv-3

Python virtual environment creator

Maintainer: Debian Python Modules Team



Section: python

Install virtualenv-3

  • Debian apt-get install python3-virtualenv Click to copy
  • Ubuntu apt-get install python3-virtualenv Click to copy
  • Kali Linux apt-get install python3-virtualenv Click to copy
  • Fedora dnf install python3-virtualenv Click to copy
  • Raspbian apt-get install python3-virtualenv Click to copy

python3-virtualenv

Python virtual environment creator

The 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.