Anaconda introduction and detailed installation tutorial

Install the Anaconda distribution of Python

The following are some Anaconda introductions written based on my own understanding (mainly the bloggers will use them when they want to review in the future). If you don't want to see, you can quickly slide over and look directly at the installation steps below .

Anaconda is a development environment. In order to improve code writing efficiency, 150 commonly used libraries are pre-installed,
allowing data analysts to be more focused when doing data analysis, without spending a lot of time on additional configuration environmental issues

The Anaconda distribution has the following features:
 Pre-installed a large number of commonly used Packages
 Completely open source and free
 Additional acceleration and optimization are charged, but for academic purposes, you can apply for a free license
 For all platforms (Windows, MacOS , Linus) and almost all Python versions support

Especially for users of Windows system, it is highly recommended to install Anaconda release version, which will avoid some problems in environment configuration and reduce the time in environment configuration.


The tutorial begins!

First enter the Anaconda official website to
download the Anaconda installation package:

Insert picture description here
Click Download

Insert picture description hereChoose our computer system type

The following is the installation process :
double-click the installation package-"next"-"I agree"-check "Just me (recommended)"-customize the installation path (recommended to install in the default path)-check "Add Anaconda to my……”——“Install”——“finish” is OK.
Insert picture description here
Insert picture description here
Insert picture description here
Only users with multiple Users on the computer need to consider the second option.

Insert picture description here
If the C drive has enough space, it is recommended to install it in its default path first!
Because bloggers always change the path before installation, there are a lot of problems that are not
easy to deal with. Hahahaha, you can see that the space required for installation is 2.9GB. Next.

Friends, the top priority!
Be sure to check the first option , it will save a lot of trouble and
add Anaconda to my environment variables . Then Install. Insert picture description hereInsert picture description here
The installation will start after Install. The installation speed varies from personal computer. I installed it in about two minutes. You can select the two
Insert picture description hereInsert picture description here
Insert picture description here
directly next
Insert picture description here
checkboxes, or you don't need to select them.

Finish is fine.

Open the start menu, you can see the Anaconda we installed

One of the "Anaconda Prompt" is the cmd we often use.

Guess you like

Origin blog.csdn.net/weixin_44293949/article/details/104717040