Rediscover Python (1): Build a python development environment with Anaconda (WINDOWS7)

Source: Internet
Author: User

1. Why Choose Anaconda?
Anaconda solving Python use pain points
Python works but the headache is that the package manages different versions of the Python issue, especially in the Windows environment.
2. What is Anaconda?
The anaconda features a powerful and convenient package management and environmental management function that solves the pain points used by Python.
Anaconda is a Python release for scientific computing that supports Linux, MAC, Windows, and provides package management and environmental management capabilities that can easily resolve multiple versions of Python coexistence, switching, and various third-party package installation issues. Anaconda uses the Visual interface/command Conda to manage the package and environment, and it already contains Python and related companion tools.
The difference between 3.Anaconda and Conda
Conda can be understood as a tool and an executable command whose core function is package management and environmental management. Package management is similar to the use of PIP, and environmental management allows users to easily install different versions of Python and switch quickly.
Anaconda is a packaged collection that is preloaded with Conda, a version of Python, numerous packages, scientific computing tools, and so on, so it is also known as a distribution version of Python.
4. How to install the configuration Anaconda
: https://www.anaconda.com/download/
Select the appropriate version and follow the boot to complete the installation.
Configure environment variables: System Settings-Advanced settings-system variables, add two paths: 1) scirpts subdirectories under Anaconda installation path, such as: C:\PYTHON\SCRIPTS;2) The directory where Python.exe is located under the Anaconda installation path, which is the root directory C:\Python.

Check whether the configuration is successful: In the cmd window, enter: Python,conda,spyder ... If a corresponding result is displayed, the installation configuration is successful.

Rediscover Python (1): Build a python development environment with Anaconda (WINDOWS7)

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.