Anaconda detailed installation and use

If you want to delete an environment in conda, you can use  conda remove -n name --all to delete.

 Among them, conda info --envs  is to view the environment and switch the environment  activate base.

Anaconda

Anaconda | The World's Most Popular Data Science PlatformAnaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.https://www.anaconda.com/

Old package lists — Anaconda documentation (this can be viewed in Old package lists)

You can choose other versions of anaconda:

Index of /icon-default.png?t=N2N8https://repo.anaconda.com/archive/

Select the installation package to download and open it.

 

To install just for me or for all users:

 It is not recommended to directly add conda to the system environment variables.

 Checked one of the following Reguster Anaconda3 as the system Python 3.8.

 

Then add the environment to search for environment variables,

Add to the system variable path

 

 Enter conda --version in cmd to view conda:

 In the start menu you can see:

 Anaconda Navigator

Spyder

 

Jupyer Notebook

 

How to install PyTorch can see this article:

Detailed explanation of Anaconda and pytorch installation configuration - Programmer Sought

Guess you like

Origin blog.csdn.net/m0_72572822/article/details/129949931