install.py

changeset 6593
3d0144c8f77a
parent 6592
bba271a63b81
child 6594
7ecac3b1c7aa
--- a/install.py	Sat Nov 17 17:00:15 2018 +0100
+++ b/install.py	Sat Nov 17 18:12:20 2018 +0100
@@ -1114,6 +1114,11 @@
                 " Start Menu entries will not be created."
             )
             return
+        
+        import site
+        knownPaths = site.removeduppaths()
+        knownPaths = site.addusersitepackages(knownPaths)
+        knownPaths = site.addsitepackages(knownPaths)
     
     regPath = "Software\\Microsoft\\Windows\\CurrentVersion\\Explorer" + \
               "\\User Shell Folders"

eric ide

mercurial