Python Python:使用代理安装拓展库 发表于 2016-10-26 浏览量 1237 没有评论 直接在pip安装的时候加上代理即可:pip --proxy=<proxy_server>:<proxy_port> install <python_module>