Python document translation using the Python interpreter

Source: Internet
Author: User

The Python interpreter is usually installed in/usr/local/bin/python3.6, and the/usr/local/bin directory is set to the Unix shell's search path to run Python using the following command:

python3.6

The path to the Python interpreter can be selected at installation time, please confirm your installation path. (/usr/local/python is the normal installation path.) Python is typically installed in Windows C:\PYTHON36, and you can install it by changing the installation path and then adding it to path.

Set path=%path%; C:\python36

Entering a file terminator interpreter exits with a normal exit or by typing quit (). The interpreter supports interactive editing, history execution, and execution of code files.

Python document translation using the Python interpreter

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.