Skip to content

Virtual environments

virtualenvâš‘

Create an environmentâš‘

python -m venv .venv
source .venv/bin/activate

You can check the wheter the environment was activated or not doing:

which pip

And you should see something similar to:

usr/folder/.venv/bin/pip

Last update: 2023-06-22
Created: 2023-06-22