Install Python 3.6 on Ubuntu 16.04, from source

wget https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz

tar -xvf Python-3.6.5.tgz

cd Python-3.6.5
./configure


make 
make install
相關文章
相關標籤/搜索