Ubuntu 16.04 Virtualenv Python 3 Install
Hi! The Tutorial shows you Step-by-Step How to Install Python 3.x Virtualenv on Ubuntu 16.04 Xenial LTS GNU/Linux.
And the Ubuntu 16.04 Python 3 Virtualenv tool is venv that provides support for creating lightweight “virtual environments”.
Finally, each venv Virtual Environment has its own Python binary and can have its own independent set of installed Python packages in its site directories.
-
Open a Terminal Shell emulator window
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands) -
Then to Python 3 venv on Ubuntu.
sudo apt install python3-venv
-
Virtualenv Python 3 Usage on Ubuntu Linux