I\'m trying to set up a standard virtualenv with python 3.7 on Ubuntu 18.04, with pip (or some way to install packages in the virtualenv). The standard way to install pytho
sudo apt install python3-venv python3 -m venv env