Skip to main content
added code-blocks
Source Link
YSC
  • 40.4k
  • 11
  • 103
  • 160

This is how I did:

sudo apt-get install libssl-dev   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   sudo make   sudo make install 

This is how I did:

sudo apt-get install libssl-dev   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   sudo make   sudo make install 

This is how I did:

sudo apt-get install libssl-dev 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 sudo make sudo make install 

This is how I did.

sudo apt-get install libssl-dev

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

sudo make:

sudo make install

sudo apt-get install libssl-dev 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 sudo make sudo make install 

This is how I did.

sudo apt-get install libssl-dev

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

sudo make

sudo make install

This is how I did:

sudo apt-get install libssl-dev 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 sudo make sudo make install 
Source Link

This is how I did.

sudo apt-get install libssl-dev

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

sudo make

sudo make install