kuniga.me > Docs > Venv Cheatsheet
This step is only needed the first time you create the virtual environment.
python3 -m venv /home/kunigami/python/
source /home/kunigami/python/bin/activate
Note that /home/kunigami/python/bin/activate
is a bash script.
deactivate