The use of Python in Linux systems

Source: Internet
Author: User

Python has been installed by default in Linux, but it has a lower version, such as default to Python2.6.6 on Centos6.3

Here I reinstall Python3.4.4, download from official website Python3.4.4

Unzip the file,tar zxvf python-3.4.4.tgz

Compiling the installation

./configure

Make

Makeinstall

The path to the python2.6 is/usr/bin/python

The path to the python3.4 is/usr/local/bin/python3

Enter Python3 to execute a new Python version

Execute Python file:

Use VI to open a file helloworld.py file

Env means looking for Python3 in the system directory

Use Python3 helloworld.py to execute files, or to add execute permissions for files, using the./helloworld.py Execution file

The use of Python in Linux systems

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.