Skip to content

Python

Terminal window
python3 -m venv ${dir_name}
Terminal window
source ${dir_name}/bin/activate
Terminal window
deactivate