Don't worry about envs

This commit is contained in:
twangboy 2021-03-22 14:36:16 -06:00 committed by Gareth J. Greenaway
parent 718f43c8f5
commit d63da5d797

View file

@ -16,13 +16,6 @@ if %errorLevel%==0 (
)
echo.
:: Remove environment variables
echo %0 :: Removing Environment Variables ...
echo ---------------------------------------------------------------------
if defined PyDir (
reg delete "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /F /V "PyDir"
)
:CheckPython27
if exist "\Python27" goto RemovePython27