GNU/Linux Ubuntu 20.04 Installing Virtualenv Python 3 – QuickStart Guide
Hi! The Tutorial shows you Step-by-Step How to Install Python 3.x Virtualenv on Ubuntu 20.04 Focal LTS GNU/Linux.
And the Ubuntu 20.04 Python 3 Virtualenv tool is venv that provides support for creating lightweight “virtual environments”.
Again each venv Virtual Environment has its own Python binary and can have its own independent set of installed Python packages in its site directories.
Moreover, this guide includes detailed instructions about to Getting-Started with Virtualenv on Ubuntu.
Finally, this Setup is valid for all the Ubuntu-based Distros like:
- Linux Mint
- Zorin OS
- Lubuntu
- Elementary OS
- Kde Neon
- Pop_OS!
- Xubuntu
- Linux Lite
- Bodhi
- Puppy
- Kubuntu
- LXLE
- Trisquel
- Voyager Ubuntu
- feren OS
- Peppermint
- Linux Ultimate Edition (You may just need to Discover what’s the Parent Release)
1. Terminal Getting-Started Guide
How to QuickStart with Command Line on Ubuntu GNU/Linux:
First Update the Apt Repo Sources with:
sudo apt update
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents