How to Install virtualenvwrapper in Ubuntu 18.04



Install virtualenvwrapper by entering the following commands in the terminal:

sudo apt update
sudo apt install virtualenvwrapper

Description:

extension to virtualenv for managing multiple virtual Python environments

virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv tool. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.

Homepage: http://www.doughellmann.com/projects/virtualenvwrapper/

Version: 4.3.1-2

Section: universe/python