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
1 parent 75430b4 commit e276880Copy full SHA for e276880
scripts/choco-install.ps1
@@ -32,7 +32,3 @@ if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$nodejs\$nodejs.20
32
# Install python v3.9.12 (will use cache if exists)
33
$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) ) {
37
- Save-ChocoPackage -PackageName $python
38
-}
0 commit comments