- 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:

推薦閱讀
- Reporting with Visual Studio and Crystal Reports
- ASP.NET Core Essentials
- RabbitMQ Essentials
- Cybersecurity Attacks:Red Team Strategies
- 新一代SDN:VMware NSX 網絡原理與實踐
- TMS320LF240x芯片原理、設計及應用
- Getting Started with Python and Raspberry Pi
- Learning C++ by Creating Games with UE4
- JavaScript前端開發基礎教程
- 區塊鏈:技術與場景
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- Scala實用指南
- Mastering Python for Data Science
- 區塊鏈原理與技術應用
- 數據分析從入門到進階