Easy to learn the installation and configuration of Python 2.7 in Linux

In today's computer field, Python has become one of the most popular programming languages. In the Python version, Python 2.7 is still one of the widely used versions, especially in some old projects. For developers who want to learn Python 2.7, the first thing to do is to install and configure the Python 2.7 environment. This article will take you from scratch to easily learn the installation and configuration of Python 2.7, allowing you to quickly master Python programming skills.

1. Python download

Python download

Address: http://www.python.org/getit/

Version: Python-2.7.3.tgz

setuptoos download

Address: http://pypi.python.org/pypi/setuptools#downloads

Version: setuptools-0.6c11.tar.gz (md5)

Use wget to download:

wget http://pypi.python.org/packages/source/s/setuptools/setuptools-

0.6c11.tar.gz#md5=7df2a529a074f613b509fb44feefe74e

2. Install Python

View the python that comes with the system:

Building a Python2.7 environment under LinuxBuilding a Python2.7 environment under Linux

Plan to install 2.7.3, new

Guess you like

Origin blog.csdn.net/shengyin714959/article/details/131031069