We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b706767 commit 8c35afaCopy full SHA for 8c35afa
1 file changed
PCbuild/find_python.bat
@@ -67,6 +67,9 @@
67
)
68
69
70
+@rem ensure nuget.org source exist
71
+@"%_Py_NUGET%" sources add -Name nuget.org -Source https://api.nuget.org/v3/index.json >nul 2>nul
72
+
73
@if not "%_Py_Quiet%"=="1" @echo Installing Python via nuget...
74
@if not "%_Py_Quiet%"=="1" (
75
@"%_Py_NUGET%" install pythonx86 -ExcludeVersion -OutputDirectory "%_Py_EXTERNALS_DIR%"
0 commit comments