Skip to content

Commit

Permalink
make sure setuptools are available in the venv (#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
DukeSniper authored May 3, 2024
1 parent 36071cc commit da59ac1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ call .\venv\Scripts\deactivate.bat

call .\venv\Scripts\activate.bat

REM first make sure we have setuptools available in the venv
python -m pip install --require-virtualenv --no-input -q -q setuptools

REM Check if the batch was started via double-click
IF /i "%comspec% /c %~0 " equ "%cmdcmdline:"=%" (
REM echo This script was started by double clicking.
Expand Down

0 comments on commit da59ac1

Please sign in to comment.