python
Python
Python Virtual Environment
Create:
python -m venv envname
Use:
source envname/bin/activate
python.txt · Last modified: by phil
Create:
python -m venv envname
Use:
source envname/bin/activate