* Added notes on basic pip operation.
This commit is contained in:
7
python-software/20200512.pip-123.txt
Normal file
7
python-software/20200512.pip-123.txt
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
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.
|
||||||
Reference in New Issue
Block a user