Skip to content

Commit 3ea2ce8

Browse files
committed
fix: use python3 naming not python
1 parent 9eb0fcc commit 3ea2ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/choco-install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$nodejs\$nodejs.20
3030
}
3131

3232
# Install python v3.9.12 (will use cache if exists)
33-
$python = "python"
33+
$python = "python3"
3434
choco install "$python" --version='3.9.12' --require-checksums -y --no-progress
3535
# Internalise python to cache if doesn't exist
3636
if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$python\$python.3.9.12.nupkg" -PathType Leaf) ) {

0 commit comments

Comments
 (0)