Skip to content

Commit

Permalink
Fixed: upgrade_env.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Oct 28, 2023
1 parent ed0e718 commit 8001278
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/upgrade_env.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ REM Licensed under the terms of the MIT License
REM Copyright (c) 2020 Pierre Raybaut
REM (see PythonQwt LICENSE file for more details)
REM ======================================================
setlocal
setlocal enabledelayedexpansion
call %~dp0utils GetScriptPath SCRIPTPATH
cd %SCRIPTPATH%\..

Expand All @@ -18,7 +18,8 @@ for /D %%d in ("%DIR0%*") do (
set WINPYDIRBASE=%%d
call !WINPYDIRBASE!\scripts\env.bat
echo Upgrading environment for "%%d":
python -m pip install --upgrade -r dev\requirements.txt
python -m pip install --upgrade pip
python -m pip install --upgrade -r requirements.txt
echo ----
)

Expand Down

0 comments on commit 8001278

Please sign in to comment.