--- a/scripts/install.py Thu Oct 22 17:59:54 2020 +0200 +++ b/scripts/install.py Thu Oct 22 19:42:29 2020 +0200 @@ -1317,6 +1317,7 @@ installInfo["user"] = os.getlogin() installInfo["exe"] = sys.executable installInfo["argv"] = " ".join(shlex.quote(a) for a in sys.argv[:]) + installInfo["install_cwd"] = os.getcwd() installInfo["eric"] = cfg["ericDir"] installInfo["virtualenv"] = installInfo["eric"].startswith( os.path.expanduser("~")) @@ -1327,10 +1328,10 @@ installInfo["edited"] = False installInfo["pip"] = False installInfo["remarks"] = "" + installInfo["install_cwd_edited"] = False installInfo["exe_edited"] = False installInfo["argv_edited"] = False installInfo["eric_edited"] = False - # TODO: add current path (os.getcwd()) def pipInstall(packageName, message): """