Python

Python Virtual Environment

Create:

python -m venv envname

Use:

source envname/bin/activate