wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz
tar xzvf Python-3.6.1.tgz
cd Python-3.6.1/
./configure
make
sudo make install
Verify
$ python --version
Python 3.6.1
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
wget https://www.python.org/ftp/python/3.6.1/Python-3.6.1.tgz
tar xzvf Python-3.6.1.tgz
cd Python-3.6.1/
./configure
make
sudo make install
$ python --version
Python 3.6.1
Register as a new user and use Qiita more conveniently
Go to list of users who liked