Skip to content

Commit

Permalink
Add pip location.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 29, 2025
1 parent 2da2b7f commit 6179e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ python_installer.exe /uninstall || goto :error
:skip_uninstall_python
python_installer.exe /quiet TargetDir="%loc%\runtimes\python" PrependPath=1 CompileAll=1 || goto :error
mkdir "%loc%\runtimes\python\Pip" || goto :error
set "PATH=%PATH%;%loc%\runtimes\python"
set "PATH=%PATH%;%loc%\runtimes\python;%loc%\runtimes\python\Pip\bin"

rem Install DotNet
powershell -Command "$global:ProgressPreference = 'SilentlyContinue'; Expand-Archive" -Path "dotnet_sdk.zip" -DestinationPath "%loc%\runtimes\dotnet" || goto :error
Expand Down

0 comments on commit 6179e69

Please sign in to comment.