virtualenv

setup

sudo apt install python3-venv -y
virtualenv -p /usr/bin/python3 venv
source venv/bin/activate

Last updated

Was this helpful?