Python pip代理设置
pip --proxy=http://username:password@192.168.16.28:8118 install 组件名称
Go代理设置
export http_proxy=http://192.168.16.28:8118
export https_proxy=https://192.168.16.28:8118
pip --proxy=http://username:password@192.168.16.28:8118 install 组件名称
export http_proxy=http://192.168.16.28:8118
export https_proxy=https://192.168.16.28:8118