Latest Version :- 3.8.0
Website :- http://www.python.org
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
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.
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 opensslStep2 :- 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
0 Comments