Skip to content

Commit

Permalink
fix some python3.10 links
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Oct 9, 2024
1 parent 6878afc commit 8a3eedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-project/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

apt update

rm /usr/bin/python3
rm -f /usr/bin/python3
ln -s /usr/bin/python3.8 /usr/bin/python3

apt install -y software-properties-common python3-apt
Expand Down

0 comments on commit 8a3eedf

Please sign in to comment.