python venv

create and activate:

python3 -m venv env
. env/bin/activate

deactivate:

deactivate

Last modified: 2025-01-31 19:10h

python