目的
- CentOS7にPython3(Python3.6)をyumでインストールしたい
環境
- OS: CentOS Linux release 7.0.1406 (Core)
- Kernel Version: 3.10.0-123.el7.x86_64
手順
IUS Community Project のリポジトリを追加
# yum install -y https://centos7.iuscommunity.org/ius-release.rpm
Python3.6をインストール
# yum install -y python36u python36u-libs python36u-devel python36u-pip