Files
RCS-knowledge-base/python-software/20200512.pip-123.md

8 lines
229 B
Markdown

Basic PIP Installation
======================
pip install -u = install to user's default directory (~/.local/lib/pythonX.Y).
pip install = depends. If using virtualenv, it will install to the
"root location" of the virtualenv.