We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828dc12 commit c1fbebdCopy full SHA for c1fbebd
dockerfiles/deps/python.sh
@@ -14,7 +14,7 @@ make altinstall
14
cd ..
15
rm -rf Python-3.12.3*
16
pip3.12 install --upgrade setuptools pip
17
-ln -s /usr/local/bin/python3.10 /usr/local/bin/python3
+ln -s /usr/local/bin/python3.12 /usr/local/bin/python3
18
dnf -y groupremove "Development Tools"
19
rm -rf /var/cache/yum/*
20
dnf clean all
0 commit comments