mirror of
https://github.com/corpnewt/ProperTree.git
synced 2026-08-12 22:31:30 +04:00
Update ProperTree.bat
This commit is contained in:
@@ -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" (
|
||||
|
||||
Reference in New Issue
Block a user