diff -r 86f10cfa3653 -r b7e8d080989e install.py --- 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()