zoukankan      html  css  js  c++  java
  • anaconda设置sockets代理

    在设置好小飞机后, 如果代理协议是sockets5, 网上资料比较少, 具体设置方式如下~/.condarc:

    
    channels:
      - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/
      - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
      - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
      - defaults
      
    proxy_servers: 
        http: socks5://127.0.0.1:1080
    
    ssl_verify: False
    show_channel_urls: True
    allow_other_channels: True
    

    http、https协议同理

  • 相关阅读:
    bzoj 4007
    bzoj 2190
    bzoj 2186
    bzoj 2005
    bzoj 2721
    bzoj 1951
    CF919F
    CF1005F
    CF1019C
    bitset用法详解
  • 原文地址:https://www.cnblogs.com/geoffreyone/p/12523040.html
Copyright © 2011-2022 走看看