Skip to content

Commit

Permalink
Fix windows script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 30, 2021
1 parent bda32dd commit fddabae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/release/build_delivery_win.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ for %%v in (6 7 8 9) do (
which.exe C:\python3%%v-64\python.exe || exit 1
echo C:\python3%%v-64\python.exe: FOUND | tee.exe -a build.log
C:\python3%%v-64\python.exe -m pip install --user absl-py mypy-protobuf
set PATH=%PATH%;%userprofile%\appdata\roaming\python\python3%%v\Scripts
set PATH=%PATH%;C:\python3%%v-64\Scripts
set PATH+=;%userprofile%\appdata\roaming\python\python3%%v\Scripts"
set PATH+=;C:\python3%%v-64\Scripts"

echo Cleaning Python... | tee.exe -a build.log
make.exe clean_python WINDOWS_PATH_TO_PYTHON=c:\python3%%v-64
Expand Down

0 comments on commit fddabae

Please sign in to comment.