From 6179e69d3c1e9ad917e0d4c03b1e7d7b1072cda9 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia Date: Wed, 29 Jan 2025 21:51:19 +0100 Subject: [PATCH] Add pip location. --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 2cb5356..b15feac 100644 --- a/build.bat +++ b/build.bat @@ -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