Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee
Showing posts with label Python. Show all posts
Showing posts with label Python. Show all posts

Friday, October 25, 2019

How to Install Python v3.8.0 on Ubuntu, Debian and Linux Mint

October 25, 2019
How to Install Python v3.8.0 on Ubuntu, Debian and Linux Mint
Latest Version :- 3.8.0
Website :- http://www.python.org

Python System Requirements

Recommendations

1.  Windows 7/8/10.
2.  A late-model 3D OpenGL compatible graphics accelerator card from nVidia,  ATI, 3Dlabs or similar.
3.  1 GB preferred or above
4.  3 Ghz Pentium 4 processor or similar.



Installation of Python 3.8.0

Step1 :- sudo dnf install libssl-dev openssl
Step2 :- cd  /opt
Step3 :- sudo wget http://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz
Step4 :- tar -xzvf Python-3.8.0.tgz
Step5 :- cd Python-3.8.0/
Step6 :- ./configure
Step7 :- sudo  make
Step8 :- sudo make install
Step9 :- sudo ln -fs   /opt/Python-3.8.0/python   /usr/bin/python

To Verify type
Step10 :- python3 or python