How to install Venv
View on GitHub
/
Home
How to use Venv
Note:
python3 -m venv my_env source my_env/bin/activate deactivate
Ref :
How to use Venv