mac pro anaconda 3.7 pip install itchat

每天一点点,记录工作中实操可行

mac自带python2.版本,但在pip install 第三方库时,经常会被自动安装在自带python版本去,踩过坑,写一下mac pro python3怎么安装itchat

1:在终端输入 pip -V,可以看到是装到python3.7中去的。

2:在终端输入 pip install itchat

mac pro anaconda 3.7 pip install itchat
ok 成功
mac pro anaconda 3.7 pip install itchat