Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
When installing a Python package using pip
without using sudo or the root user,
the package is installed into the user's local directory at
~/.local/lib/python3.7/site-packages (using Python …