#CentOS | #PythonMarch 5, 2023CentOS 7にPython 3.10とPython3.11をソースからインストールCentOS 7.9で標準リポジトリからyum installできるPython3パッケージは3.6.8 $ sudo yum install python3 -y $ which python3 /usr/bin/python3 $ python3 -V Python 3.6.8 SCLからインストー Read more