kuniga.me > Docs > Pip Cheatsheet
The directory where pip installs packages is based on PYTHONPATH
, so make sure it’s the same one Python reads from (e.g. in Jupyter).
If pip
finds a package in one of the directories listed in PYTHONPATH
, it will not download it.
You can see where a package is installed via:
To specify the directory: