CentOS7 安裝Python3

➜ yum install wget vim git gcc openssl-devel bzip2-devel libffi-devel -y
➜ wget https://www.python.org/ftp/python/3.7.7/Python-3.7.7.tar.xz
➜ tar Jxvf Python-3.7.7.tar.xz
➜ cd Python-3.7.7
➜ ./configure --with-ssl --enable-optimizations --prefix=/usr/local/python3
➜ make && make install
➜ python3 --version
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章