Python - yusukew62/docs GitHub Wiki
Python
Python3.xのインストール
iusリポジトリをインストール
# yum install https://centos6.iuscommunity.org/ius-release.rpm
インストール可能なPython3.xを探してインストールする
# yum list available| grep python3
# yum install python36u.x86_64
インストール可能なpipを探してインストールする
# yum list available | grep pip
# yum install python36u-pip.noarch