Skip to content

venv

shell
# Create
python3 -m venv myvenv
# Activation
. myvenv/bin/activate