#language #code #technology

idea

Virtual environments

Locally installed pips.

to create a venv: python3 -m venv [path].

then to use it: source venv/bin/activate

references

[1]: venv - python doc