mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-12-04 13:33:26 +01:00
More py check fixes
This commit is contained in:
parent
c4b9693b82
commit
894503584d
@ -54,7 +54,11 @@ set "python="
|
||||
FOR /F "tokens=* USEBACKQ" %%F IN (`python -V 2^>^&1`) DO (
|
||||
set "t=%%F"
|
||||
if /i "!t:~0,6!" == "python" (
|
||||
set "python=%%F"
|
||||
REM Might have python installed - let's check for the store message
|
||||
if /i "!t:was not found=!" == "!t!" (
|
||||
REM There was no change - we found it.
|
||||
set "python=%%F"
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user