Skip to content

Commit

Permalink
modified notes.md for pip error <There was a problem confirming the s…
Browse files Browse the repository at this point in the history
…sl certificate>
  • Loading branch information
xuewengeophysics committed Apr 22, 2021
1 parent e7ae463 commit 161de8d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,21 @@ git merge upstream/master
git push
```





[pip安装第三方包报错:There was a problem confirming the ssl certificate](https://www.cnblogs.com/yinhaiping/p/13375375.html)

**创建pip配置pip.ini**

(1)在系统目录C:\Users\用户\AppData\Roaming新建pip文件夹;

(2)在pip文件夹下新建pip.ini文件,并写入如下配置:

```python
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com
```

0 comments on commit 161de8d

Please sign in to comment.