Pip
python36 -m pip install
Venv
python36 -m venv
Clean cache
find . -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete
python36 -m pip install
python36 -m venv
find . -type f -name '*.py[co]' -delete -o -type d -name __pycache__ -delete