- 用pip+版本号来区分
如:
pip install xxx -》 安装到当前默认的python版本中
pip3 install xxx -》 安装到python3中
- 用pip install -t 指定到具体版本位置
如:
pip install -t /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ pandas
如:
pip install xxx -》 安装到当前默认的python版本中
pip3 install xxx -》 安装到python3中
如:
pip install -t /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/ pandas
本文标题:mac指定python版本用pip安装库
本文链接:https://www.haomeiwen.com/subject/mmqnlxtx.html
网友评论