Skip to content

Setting)) install python3.6 ver

ilgwonPark edited this page Nov 13, 2018 · 1 revision

Our project codes are based on python3.6

So it is necessary to install python3.6 version in the CentOS environment.

Follow below jobs, then you can install ver 3.6

        sudo yum -y groupinstall development
        sudo yum -y install https://centos7.iuscommunity.org/ius-release.rpm
        sudo yum -y install python36u
        python3.6 -V
          #Output
        Python 3.6.1
        sudo yum -y install python36u-pip

Written by ilgwon Park.