Install 3.6.5 under ubuntu

1. Download the python3.6.5 installation package

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

Unzip: tar -xvzf Python-3.6.5 .tgz
configure 
: ./configure

Compile: make

Install: sudo make install

 

2. Test Python3

python3
>>import ssl

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325856983&siteId=291194637