centos 7 安裝python3

yum install openssl-devel -y
    wget https://www.python.org/ftp/python/3.6.8/Python-3.6.8.tgz
    tar zxvf Python-3.6.8.tgz
    ./configure --prefix=/usr/local/python3  --with-ssl --enable-optimizations
    make && make install
    ln -s /usr/local/python3/bin/python3 /usr/bin/python3
    ln -s /usr/local/python3/bin/pip3 /usr/bin/pip3
相關文章
相關標籤/搜索