Setting Up Python Virtual Environments

theUnknown
2 min readMar 1, 2020

A quick HowTo.

venv is a package shipped with Python 3, which you can run using python3 -m venv (although for some reason some distros separate it out into a separate distro package, such as python3-venv on Ubuntu/Debian). It serves the same purpose as virtualenv, but only has a subset of its features (see a comparison here). — source

--

--

theUnknown

Everything is unknown until it’s known. Self-learner.