CentOS 6編譯安裝python 3.6.1

Python官網:https://www.python.org/ 一、查看CentOS版本和系統默認Python版本: # cat /etc/redhat-release # python -V   二、編譯安裝Python-3.6.1: 1、安裝依賴軟件包: # yum -y groupinstall "Development tools" # yum -y install zlib-devel
相關文章
相關標籤/搜索