2
0
Эх сурвалжийг харах

hctstart.cmd - look for Python 3 instead of Python 2 if python.exe is not on the path (#2224)

Helena Kotas 6 жил өмнө
parent
commit
bbdf4ee1fe

+ 1 - 1
utils/hct/hctstart.cmd

@@ -184,7 +184,7 @@ echo Path adjusted to include git.
 goto :eof
 
 :findpython 
-if exist C:\Python27\python.exe set path=%path%;C:\Python27
+if exist C:\Python37\python.exe set path=%path%;C:\Python37
 where python.exe 1>nul 2>nul
 if errorlevel 1 (
   echo Unable to find python.