Home > Common Problem > body text

How to delete conda source change

小老鼠
Release: 2023-11-23 17:49:05
Original
2105 people have browsed it

Conda source change and deletion method: 1. Open a terminal or command line window; 2. Enter "conda config --remove-key channels" to delete the previously set mirror source to restore the default official source.

How to delete conda source change

The operating system for this tutorial: Windows 10 system, Python version 3.11.4, Dell G3 computer.

To delete the conda source change configuration, you can use the following command:

Open a terminal or command line window.

Enter the following command to delete the previously set mirror source:

conda config --remove-key channels
Copy after login

After executing the above command, the previously set mirror source will be deleted, and conda will resume using the default official source.

It should be noted that after deleting the mirror source, conda will again use the default official source to download and manage packages. If you need to change the mirror source again, you can follow the previous steps to reset it.

The above is the detailed content of How to delete conda source change. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!