Update ProperTree.bat

This commit is contained in:
CorpNewt
2019-11-01 21:44:47 -05:00
committed by GitHub
parent 280ea6209b
commit 82838681d0
-2
View File
@@ -54,8 +54,6 @@ goto :EOF
call :updatepath
REM Get the system32 (or equivalent) path
set syspath=%ComSpec:cmd.exe=%
REM Get the system32 (or equivalent) path
set syspath=%ComSpec:cmd.exe=%
for /f "tokens=*" %%x in ('!syspath!where python') do ( call :checkpyversion "%%x" "py2v" "py2path" "py3v" "py3path" )
set "targetpy=3"
if /i "!use_py3!" == "FALSE" (