描述
使用 pip 安装 python 扩展时,由于国外的 server 被墙,导致安装失败,故配置代理。
步骤
- 进入主目录下,编辑 .bash_profile 文件(若不存在,则创建之)
-
添加一行
export http_proxy=http://127.0.0.1:8087
保存退出,重新启动 Cygwin 即可。
使用 pip 安装 python 扩展时,由于国外的 server 被墙,导致安装失败,故配置代理。
添加一行
export http_proxy=http://127.0.0.1:8087
保存退出,重新启动 Cygwin 即可。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。