virtualenv2
virtualenv is a tool to create isolated Python environments.
Install
- All systems
-
curl cmd.cat/virtualenv2.sh
- Arch Linux
-
pacman -S python2-virtualenv
- Fedora
-
dnf install python2-virtualenv
- Dockerfile
- dockerfile.run/virtualenv2
python2-virtualenv
virtualenv is a tool to create isolated Python environments.
virtualenv is a successor to workingenv, and an extension of virtual-python. It is written by Ian Bicking, and sponsored by the Open Planning Project. It is licensed under an MIT-style permissive license