[ZZ] How to convert the Spyder in a multi-version Anaconda Python environment

Source: Internet
Author: User

Https://www.zhihu.com/people/alexwhu/answers

If you use Anaconda, you can refer to the following steps:

1, open Anaconda Navigator, select the left side of the Environment menu environments, in the middle will list the current configuration of the various environment names, such as root, TensorFlow, etc.

<img src= "Https://pic1.zhimg.com/v2-795b6c54d393a952019b112d870d6e40_b.png" Data-rawwidth= "494" data-rawheight= "970" class= "Origin_image zh-lightbox-thumb" width= "494" data-original= "https:// Pic1.zhimg.com/v2-795b6c54d393a952019b112d870d6e40_r.png ">

2. Under the Intermediate Environment list box, choose Create creation, create a new environment and corresponding configuration, where you can name your environment, choose Python version, and click Create to complete the new environment settings.

<img src= "Https://pic2.zhimg.com/v2-006e370fcb367e282913ef13ad3e6e61_b.png" Data-rawwidth= "362" data-rawheight= "227" class= "content_image" width= "362" >

3, choose the newly created environment, in the right window, see which packages have been installed, not installed, select all, and then find, follow, for example, according to the Spyder you need

<img src= "Https://pic2.zhimg.com/v2-7cd2c79e7d3b6955c01903a0e193e829_b.png" Data-rawwidth= "685" data-rawheight= "388" class= "Origin_image zh-lightbox-thumb" width= "685" data-original= "https:// Pic2.zhimg.com/v2-7cd2c79e7d3b6955c01903a0e193e829_r.png ">

4, after installing the Spyder, in the menu bar there is a corresponding new environment configuration of the Spyder IDE.

<img src= "Https://pic3.zhimg.com/v2-574ed3c97d7433eddc0bcf7072c9c166_b.png" Data-rawwidth= "291" data-rawheight= "class=" Content_image "width=" 291 "> Anaconda Command-Line Operations

The original version of the 2.7 environment, the following is the process of adding 3.6.1python

Write command update in #在cmd (Anaconda Prompt)

>>> Conda Update Conda

#创建python3.6 of the environment

>>> Conda Create--name python3 python=3.6

>>> Activate Python3

Installing Anaconda libraries in the environment

>>> Conda Install Anaconda

Upon completion of the above steps, a new Spyder3 is automatically installed on the basis of the original Spyder, which is the python3.6.1 environment, such as:



[ZZ] How to convert the Spyder in a multi-version Anaconda Python environment

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.