Skip to content

Commit

Permalink
Restore python39 back to latest version due to old json not supported…
Browse files Browse the repository at this point in the history
… on scoop for 3.9.7 anymore (#314)

Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon authored Jun 30, 2023
1 parent 203ad07 commit 400974a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packer/scripts/windows/scoop-install-commons.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ $JAVA_HOME_TEMP
java -version

# Install python
# Lock to 3.9.7
scoop install https://raw.githubusercontent.com/ScoopInstaller/Versions/89abc5b8f72ca84d013d30770fef7f61755b79e8/bucket/python39.json
scoop install python39
python --version
# Reg PEP
$versionInfo = (scoop info python39 | out-string -stream | Select-String 'Version.*:')
Expand Down

0 comments on commit 400974a

Please sign in to comment.