Skip to content

Commit

Permalink
Replace py39-python-installer with python39 due to port removal
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
  • Loading branch information
peterzhuamazon committed Nov 8, 2024
1 parent 3fe257c commit 91a7bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer/scripts/macos/macos-agentsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cd MacPorts-2.9.3
cd .. && rm -rf MacPorts-2.9.3.tar.gz
export PATH=/opt/local/bin:$PATH
sudo port -v selfupdate
yes | sudo port install py39-python-install
yes | sudo port install python39
sudo port select --set python python39
sudo port select --set python3 python39

Expand Down

0 comments on commit 91a7bfe

Please sign in to comment.