美文网首页
mac python 初次使用

mac python 初次使用

作者: Stay_Li | 来源:发表于2018-02-04 20:11 被阅读114次

## mac python 使用idea 安装requests模块

### 前提 mac下安装了非系统的python2

同时我们在使用的时候,为了避免影响系统的python环境,建议自己主动安装

* 直接使用 sudo pip install requests

安装的模块只能在系统python 环境中使用

* 如果默认自己安装python2 同时需要requests模块

* 需要使用sudo  pip2 install requests

* python3 安装 使用 pip3

* 否则在idea 中无法使用

相关文章

网友评论

      本文标题:mac python 初次使用

      本文链接:https://www.haomeiwen.com/subject/vhhvzxtx.html