scripts/install.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9485
0f3620304d7a
child 9622
9a5a3ed7bd68
--- a/scripts/install.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/scripts/install.py	Tue Dec 06 17:35:41 2022 +0100
@@ -151,7 +151,7 @@
     print("               (default: {0})".format(platBinDir))
     print("    -d dir     where eric python files will be installed")
     print("               (default: {0})".format(modDir))
-    print("    -f file    configuration file naming the various installation" " paths")
+    print("    -f file    configuration file naming the various installation paths")
     if not sys.platform.startswith(("win", "cygwin")):
         print("    -i dir     temporary install prefix")
         print("               (default: {0})".format(distDir))
@@ -165,7 +165,7 @@
         print("               (default: {0})".format(macPythonExe))
     print("    -c         don't cleanup old installation first")
     print("    -v, --verbose print some more information")
-    print("    -x         don't perform dependency checks (use on your own" " risk)")
+    print("    -x         don't perform dependency checks (use on your own risk)")
     print("    -z         don't compile the installed python files")
     print("    --yes      answer 'yes' to all questions")
     print()
@@ -174,7 +174,7 @@
     print("    --no-info  don't create the install info file")
     print("    --with-tools don't install qt6-applications")
     print()
-    print("The file given to the -f option must be valid Python code" " defining a")
+    print("The file given to the -f option must be valid Python code defining a")
     print(
         "dictionary called 'cfg' with the keys 'ericDir', 'ericPixDir',"
         " 'ericIconDir',"

eric ide

mercurial