Skip to content

Commit

Permalink
Update ProperTree.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
corpnewt authored Nov 2, 2019
1 parent b3a51ca commit 280ea62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ProperTree.bat
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ 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" (
Expand Down

0 comments on commit 280ea62

Please sign in to comment.