Replace python source and anaconda source

Domestic direct use of python's pypi source and conda's source network speed are generally not ideal. The common solution is to change the source to a domestic proxy source, such as Tsinghua mirror source. But as technology evolves, so too does the way sources are configured. Most of the online tutorials are no longer applicable, so it is strongly recommended that you go to the official documentation to use the latest configuration method. The following takes Tsinghua mirror source as an example.

Tsinghua mirror source

The official website of Tsinghua mirror source is: https://mirrors.tuna.tsinghua.edu.cn/

insert image description hereFor the usage documentation, please see the usage help under the related links on the right, where you can find the usage of common proxy sources.


configure pypi source

Select pypi on the left side of the help interface, and then the corresponding usage configuration method will be displayed on the right side (it is recommended that you read the latest official documentation yourself). https://mirror.tuna.tsinghua.edu.cn/help/pypi/

insert image description here


Configure Anaconda mirror source

Select anconda on the left side of the help interface, and then the corresponding usage method will be displayed on the right side (it is recommended that you read the latest official documentation yourself). https://mirror.tuna.tsinghua.edu.cn/help/anaconda/

insert image description here

Guess you like

Origin blog.csdn.net/qq_37541097/article/details/122948509