From 444719de9215f541a307b42740434911e403cb5c Mon Sep 17 00:00:00 2001 From: Wirawan Purwanto Date: Tue, 31 Aug 2021 11:31:00 -0400 Subject: [PATCH] * Added initial notes for basic info on pip. --- python-software/20200512.pip-123.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python-software/20200512.pip-123.md diff --git a/python-software/20200512.pip-123.md b/python-software/20200512.pip-123.md new file mode 100644 index 0000000..d27b073 --- /dev/null +++ b/python-software/20200512.pip-123.md @@ -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.