Skip to content

Commit c1fbebd

Browse files
committed
missing places
1 parent 828dc12 commit c1fbebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/deps/python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ make altinstall
1414
cd ..
1515
rm -rf Python-3.12.3*
1616
pip3.12 install --upgrade setuptools pip
17-
ln -s /usr/local/bin/python3.10 /usr/local/bin/python3
17+
ln -s /usr/local/bin/python3.12 /usr/local/bin/python3
1818
dnf -y groupremove "Development Tools"
1919
rm -rf /var/cache/yum/*
2020
dnf clean all

0 commit comments

Comments
 (0)