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