Simple and Easy Way To Install Python On Linux


Here is Steps  :

First Download python from Python.org

cd downloads
ls
./configure
sudo make
sudo make install
sudo apt-get install  libssl.dev openssl



Enjoy : 

Comments

Post a Comment

Popular posts from this blog

Filter In Javafx

Kotlin with StandAlone Complier