Catchup release notes for python-tools-install.sh 16/62916/4
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 23 Jan 2020 18:19:31 +0000 (13:19 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 23 Jan 2020 19:03:36 +0000 (14:03 -0500)
Change-Id: I5964d216a89e629c86e56b2a0e6e49fa352368c2
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
releasenotes/notes/python-tools-install-85c652e7963b3c6d.yaml [new file with mode: 0644]

diff --git a/releasenotes/notes/python-tools-install-85c652e7963b3c6d.yaml b/releasenotes/notes/python-tools-install-85c652e7963b3c6d.yaml
new file mode 100644 (file)
index 0000000..b51815a
--- /dev/null
@@ -0,0 +1,14 @@
+---
+fixes:
+  - |
+    Revise python-tools-install.sh to drop creation of virtualenv
+    in ~/.local.  That is NOT a Python virtualenv and should not be
+    created as such.  Using `--user` installs python modules into
+    ~/.local/lib/PYTHON_VERSION/site-packages.  Making ~/.local a
+    virtualenv messes with the paths in site-packages and causes
+    runtime errors like this:
+
+        ERROR: Can not perform a '--user' install.
+        User site-packages are not visible in this virtualenv.
+
+    Reverts part of change I4b2d778f3fd81565c5dd009d50c969696faba0d2