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.
python3
python
1 parent 9eb0fcc commit 3ea2ce8Copy full SHA for 3ea2ce8
scripts/choco-install.ps1
@@ -30,7 +30,7 @@ if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$nodejs\$nodejs.20
30
}
31
32
# Install python v3.9.12 (will use cache if exists)
33
-$python = "python"
+$python = "python3"
34
choco install "$python" --version='3.9.12' --require-checksums -y --no-progress
35
# Internalise python to cache if doesn't exist
36
if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$python\$python.3.9.12.nupkg" -PathType Leaf) ) {
0 commit comments