scripts/install.py

branch
eric7
changeset 10994
e37149c2e4f9
parent 10983
8b9913066b8c
child 10998
6d7bddfde5fe
--- a/scripts/install.py	Mon Oct 21 11:49:13 2024 +0200
+++ b/scripts/install.py	Mon Oct 21 13:30:23 2024 +0200
@@ -1182,7 +1182,7 @@
         starter = os.path.join(directories["exe"], "eric")
         os.symlink(macPythonExe, starter)
     else:
-        starter = "python{0}".format(sys.version_info.major)
+        starter = "python{0}.{1}".format(sys.version_info.major, sys.version_info.minor)
 
     wname = os.path.join(directories["exe"], "eric7_ide")
 

eric ide

mercurial