您需要在Windows用户区域中创建一个 .condarc 文件:
C:Users<username>
该文件应包含:
channels:- defaults# Show channel URLs when displaying what is going to be downloaded and# in 'conda list'. The default is False.show_channel_urls: Trueallow_other_channels: Trueproxy_servers: http: http://proxy.yourorg.org:port https: http://proxy.yourorg.org:portssl_verify: False



