We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ae0cac commit ab19f29Copy full SHA for ab19f29
install.py
@@ -64,7 +64,7 @@
64
)
65
else:
66
if os.path.exists("python\\python._pth.old"):
67
- print("This is method of the installation from the installer " "windows")
+ print("Installing on Windows")
68
69
sys.exit(
70
"venv is missing! Please see the documentation of your "
@@ -75,8 +75,7 @@
75
if PYVER < (3, 10, 0):
76
77
"Error: you need at least Python 3.10, but you have %s"
78
- % ".".join(map(str, sys.version_info))
79
- )
+ % ".".join(map(str, sys.version_info)))
80
CDIR = os.path.dirname(os.path.abspath(__file__))
81
REMOVE_VENV = """Found pre-existing venv %s
82
If you proceeed you will have to reinstall manually any software other
0 commit comments