程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
您现在的位置: 程式師世界 >> 編程語言 >  >> 更多編程語言 >> Python

Download and installation of Anaconda -- Python environment construction

編輯:Python

Anaconda Download and install of ——Python Environment building

  • One 、Anaconda download
      • download Anaconda
  • Two 、Anaconda install
  • 3、 ... and 、Python Environment variable configuration

One 、Anaconda download

  1. anaconda It integrates a lot about python Third party Library of Scientific Computing , The main reason is that it is easy to install , and python It's a compiler , If not used anaconda, Then the installation will be more painful , The dependencies between various libraries are difficult to connect well .
  2. Common libraries of scientific computing classes are included , Make the installation more conventional python Easy to install .

For details, see :Anaconda Official website

About Anaconda The download , We recommend using a mirror website to download Anaconda.

download Anaconda

Be careful : Find the one that suits your system Anaconda Version of , The following is the specific installation process

Two 、Anaconda install

Open the download package

It should be noted that : The installation path should be as simple as possible , There are no spaces or Chinese characters in the path

The first one is Add Anaconda… This means to fill the installation path into the system environment variable , Here is to automatically add system environment variables , No election !! Just add it manually

The second item It means to use... By default python Version of , Choose !!

Prompt to install Vs code, Choose to click “skip”

Two “learn”, Uncheck all

End operation , installation is complete , Next is the configuration of environment variables

3、 ... and 、Python Environment variable configuration

Open the control panel

Add the environment variable in the box , The path here , It's you Anaconda Installation path ( In front of me E disc , And then D The reason for the disk is that I installed it twice )

After configuring environment variables , The next thing to do is to verify whether the installation is successful :

win+R open cmd,

 stay cmd Input in :python

 stay cmd Input in :conda --version

 stay cmd Input in :conda info


Click on Anaconda Navifator, See if you can access the interface


If all the above steps are completed , And as shown in the figure , Indicates that the environment has been configured .


  1. 上一篇文章:
  2. 下一篇文章:
Copyright © 程式師世界 All Rights Reserved