Home >Backend Development >Python Tutorial >Teach you step by step how to install Anaconda

Teach you step by step how to install Anaconda

Go语言进阶学习
Go语言进阶学习forward
2023-07-25 17:29:561912browse

/1 Introduction/

In the previous article, we have learned about the difference between Anaconda and directly installing Python, the difference between Anaconda and virtualenv, and the difference between Anaconda and Miniconda. In this article, we will install Anaconda.

The editor’s computer is a win10 system. Here we take the win10 system to install Anaconda as an example. The installation process of other systems is similar. You can follow the example of a cat and a tiger. Please see the specific installation process below.

Teach you step by step how to install Anaconda


#/2 Download software/

1. First, go to the official website to download the software. Download address:

https://docs.anaconda.com/anaconda/install/windows/


#2. Click on the red box and step by step, and finally download.

Teach you step by step how to install Anaconda


#3. Click download to download, as shown in the figure below.

Teach you step by step how to install Anaconda


4. According to the number of digits of the computer, select the corresponding version to download.

Teach you step by step how to install Anaconda


5. After downloading the software, save it locally and wait for installation.


##/3 Installing Anaconda under win10 platform/

1. Double-click the installation package to install, and click Next.

Teach you step by step how to install Anaconda


#2. Select the installation location and be sure to remember it.

Teach you step by step how to install Anaconda


3. This step is to choose whether to check the environment variable. Leave it unchecked for now and configure it later. Then click install to install.

Teach you step by step how to install Anaconda


#4. The installation is in progress, waiting for the installation to complete.

Teach you step by step how to install Anaconda


5. The installation will be completed after a while. Follow the following prompts to check You can check or uncheck it, and click finish to indicate that the installation is complete.

Teach you step by step how to install Anaconda


#/4 Summary/

This article mainly introduces the downloading and installation methods of Anaconda3 and a step-by-step tutorial. I hope it will be helpful to those who are new to Anaconda.

The above is the detailed content of Teach you step by step how to install Anaconda. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:Go语言进阶学习. If there is any infringement, please contact admin@php.cn delete