- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 115字
- 2021-07-09 20:40:19
Installation on Linux platform
These days most of the Linux-based systems come preloaded with Python, so in most cases, you do not need to install it separately. However, if you do not find your desired version of Python on the Linux platform, you can download your desired version for a particular Linux platform from the site https://www.python.org/downloads/source/. Perform the following steps:
- Extract the compressed file using the tar -xvzf python_versionx.x command.
- Browse the directory of the compressed file as shown in the screenshot:

- Run the following commands:
[root@localhost Python-2.7.12]# ./configure
[root@localhost Python-2.7.12]# make
[root@localhost Python-2.7.12]# make install
- Use the command as shown in screenshot to ensure that Python is running:

推薦閱讀
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- 飛槳PaddlePaddle深度學(xué)習(xí)實(shí)戰(zhàn)
- Java程序設(shè)計(jì)入門
- Mastering Business Intelligence with MicroStrategy
- INSTANT Yii 1.1 Application Development Starter
- 深入解析Java編譯器:源碼剖析與實(shí)例詳解
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Software-Defined Networking with OpenFlow(Second Edition)
- Python面試通關(guān)寶典
- Java EE實(shí)用教程
- 例說FPGA:可直接用于工程項(xiàng)目的第一手經(jīng)驗(yàn)
- Oracle SOA Suite 12c Administrator's Guide
- Android應(yīng)用開發(fā)攻略
- Building an E-Commerce Application with MEAN
- 瘋狂Java講義精粹