virtualenv-3
Python virtual environment creator
Install
- All systems
-
curl cmd.cat/virtualenv-3.sh
- Debian
-
apt-get install python3-virtualenv
- Ubuntu
-
apt-get install python3-virtualenv
- Kali Linux
-
apt-get install python3-virtualenv
- Fedora
-
dnf install python3-virtualenv
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-virtualenv
- Raspbian
-
apt-get install python3-virtualenv
- Dockerfile
- dockerfile.run/virtualenv-3
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.