Python pip Anaconda Conda switch Domestic source (Tsinghua Mirror)

Source: Internet
Author: User

Anaconda Configuring mirroring

Mac and Linux

Conda config--add channels Https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config--set show_channel_ URLs Yes

Windows

  Under Windows, create a PIP directory directly in the user directory, such as: C:\Users\xx\pip, new file Pip.ini, the following

[Global]index-url = Https://pypi.tuna.tsinghua.edu.cn/simple

PIP configuration Image

Linux

Modify the ~/.pip/pip.conf (without creating one), modify the Index-url to tuna as follows:

[Global] Index-url = Https://pypi.tuna.tsinghua.edu.cn/simple

Windows

Create a PIP directory directly in the user directory, such as: C:\Users\xx\pip, new file Pip.ini, the content is as follows

[Global] Index-url = Https://pypi.tuna.tsinghua.edu.cn/simple

Pip Temporary Mirror

Temporary use:

You can add the parameter-I https://pypi.tuna.tsinghua.edu.cn/simple when using PIP

For example: Pip install-i https://pypi.tuna.tsinghua.edu.cn/simple gevent, this will be from the Tsinghua side of the mirror to install the Gevent library.

Python pip Anaconda Conda switch Domestic source (Tsinghua Mirror)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.