From 45fe185d207028aec4834cadaf36df4ddb6d08c4 Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Thu, 24 Mar 2022 15:25:28 -0400 Subject: [PATCH] * Added notes on basic pip operation. --- python-software/20200512.pip-123.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python-software/20200512.pip-123.txt diff --git a/python-software/20200512.pip-123.txt b/python-software/20200512.pip-123.txt new file mode 100644 index 0000000..d27b073 --- /dev/null +++ b/python-software/20200512.pip-123.txt @@ -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.