Install Virtualenv Python 3 Ubuntu 18.10
Hi! The Tutorial shows you Step-by-Step How to Install Python 3.x Virtualenv on Ubuntu 18.10 Cosmic GNU/Linux.
And the Ubuntu 18.10 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)
Contents