当前位置:网站首页>CONDA set up proxy
CONDA set up proxy
2022-07-23 15:52:00 【harry_ tea】
sudo gedit ~/.condarc
auto_activate_base: false
ssl_verify: true
channels:
- defaults
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
- https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
show_channel_urls: true
proxy_servers:
http: http://127.0.0.1:19964
https: http://127.0.0.1:19964
modify proxy_servers Part can be , If you add one http So bad , Adding a https try
Now give conda Configured the agent , however pip The agency is still difficult to use
Use pip install <packagename> --proxy="http://192.168.9.99:3128" that will do
边栏推荐
猜你喜欢

What is the difference between server hosting and virtual host
[email protected] ]Color"/>Modify SSH command line[ [email protected] ]Color

Expression du suffixe (une question par jour pendant les vacances d'été 4)

后缀表达式(暑假每日一题 4)

The current situation and history of it migrant workers

C语言经典例题-将输入的两位数转成英文

Analysis of data governance

Completely uninstall MySQL in centos7

(Zset)Redis底层是如何用跳表进行存储的

BGP federal experiment
随机推荐
《快速掌握QML》第四章 事件处理
地图附近名片流量主小程序开发
【论文学习】《Source Mixing and Separation Robust Audio Steganography》
Part II how to design an RBAC authority system
10100
C语言书籍推荐
(BFS) template + example (maze, eight digits)
Six ways of uniapp route jump
Kirin V10 source code compilation qtcreater4.0.3 record
云服务器ECS远程监控
Find a specific number in an ordered array (binary search or half search)
专访|开源之夏新星牛学蔚
Part III detailed explanation of RBAC authority management database design
Clickhouse, let the query fly!!!
Safe operation 7.22
用rpm -e --nodeps进行批量删除
C # calculate the number of times a character appears in the string
《快速掌握QML》第五章 组件
aws篇6 aws iot
服务器性能调优经验总结