赞
踩
PATH="/Library/Frameworks/Python.framework/Versions/3.8/bin:${PATH}"
export PATH
然后再source ~/.bash_profile即可。
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas
pip3 install -i http://pypi.douban.com/simple/ pandas
永久修改,一劳永逸。
linux下,修改 ~/.pip/pip.conf (没有就创建一个), 修改 index-url至tuna,内容如下:
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
打开终端,输入: cd ~ 回车,会进入~文件夹
然后输入:touch .bash_profile,回车执行后,
再输入:open -e .bash_profile 回车
会在TextEdit中打开这个文件(如果以前没有配置过环境变量,那么这应该是一个空白文档)。如果有内容,请在结束符前输入,如果没有内容,请直接输入如下语句:
export PATH=$PATH:/usr/local/bin/ChromeDriver
然后保存文件,就可以看到,已经装好了,可以试下
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。