idea
Virtual environments
Locally installed pips.
to create a venv: python3 -m venv [path].
then to use it: source venv/bin/activate
Python
Locally installed pips.
to create a venv: python3 -m venv [path].
then to use it: source venv/bin/activate