标签:== 启动命令 3.1 pip安装 book sudo 工具 ignore pytho
python:mac下自带Python 2.7.10
1.先升级了pip安装工具:sudo python -m pip install --upgrade --force pip
2.安装setuptools 工具:sudo pip install setuptools==33.1.1
3.安装 Python-dateutil:sudo pip install python-dateutil==2.2
4.安装six:sudo pip install --ignore-installed six
5.安装jupyter:sudo pip install jupyter
启动命令:直接在终端输入jupyter notebook
标签:== 启动命令 3.1 pip安装 book sudo 工具 ignore pytho
原文地址:http://www.cnblogs.com/jojo276/p/6705573.html