Install Anaconda3 and pycharm graphic records on Windows

Install Anaconda3 on Windows

Note: Only the successful installation is recorded. If someone else has a problem with the installation, they don’t know how to solve it.
Reference: https://zhuanlan.zhihu.com/p/75717350
https://zhuanlan.zhihu.com/p/406404304
Details of the quick summary Xiaobai knows Xiaobai's fear when installing the software, for fear that if he clicks the wrong step, the whole system will collapse.
I will teach you step by step

Go to the mirror station of Tsinghua University to download, how fast and cheap, address: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
The version I use is:
insert image description here
I don’t know why the qq browser can’t download it, Google it down

insert image description here
insert image description here
It is said that it is better to install the default address . I have installed It is said that it is better to install the default address
the python package, and the first add is not typed . √, configure the environment variable by yourself later Unchecked to configure the environment variable


insert image description here
insert image description here
insert image description here

E:\SpecialityAppss\Anaconda(Python需要) 
E:\SpecialityAppss\Anaconda\Scripts(conda自带脚本) 
E:\SpecialityAppss\Anaconda\Library\mingw-w64\bin(使用C with python的时候) E:\SpecialityAppss\Anaconda\Library\usr\bin 
E:\SpecialityAppss\Anaconda\Library\bin(jupyter notebook动态库)

insert image description here
python -V View
insert image description here
conda info to see if the verification version is successful
insert image description here

use mirror

One advantage of using a mirror is that we can download the installation package very quickly.
Use the following three commands to modify the image:

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --show channels  
最后一条是用来检测是否修改成功。

insert image description here

Modify the installation location of pip

We can use the following method to make our installed packages in the same place as Anaconda's packages.

Guess you like

Origin blog.csdn.net/weixin_44083023/article/details/122520708