浏览代码

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

Helena Kotas 6 年之前
父节点
当前提交
bbdf4ee1fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/hct/hctstart.cmd

+ 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.