summaryrefslogtreecommitdiff
path: root/Technology/Python.md
diff options
context:
space:
mode:
Diffstat (limited to 'Technology/Python.md')
-rw-r--r--Technology/Python.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/Technology/Python.md b/Technology/Python.md
index fffa970..aaffbf6 100644
--- a/Technology/Python.md
+++ b/Technology/Python.md
@@ -1,5 +1,10 @@
Python does not have a classpath and unless you are root, you can't install new pkg for the whole system
+# pip installs in
+
+.local/lib/
+
+
virtualenv - solution to pkg management? - isolated space with own instance of python
virtualenv TESTENV -p python