install.py

changeset 6640
b7e8d080989e
parent 6638
df711aa509d3
child 6641
42de1c3e8777
--- a/install.py	Wed Dec 19 10:59:55 2018 +0100
+++ b/install.py	Wed Dec 19 11:06:09 2018 +0100
@@ -1942,6 +1942,7 @@
     # cleanup source if installing from source
     if installFromSource:
         print("Cleaning up source ...")
+        sourceDir = os.path.dirname(__file__) or "."
         cleanupSource(sourceDir)
         print()
     

eric ide

mercurial