all notes

2/373

2020-06-20

how-to

python

activate and deactivate the virtual environment

To activate: "source venv/bin/activate". This puts the env name (venv in this example) in the terminal prompt.

To deactivate: "deactivate"