Python安装


pip包管理器

pip install xx yy

pip list

pip search keyword 或者pypi

pip help install

pip 通用配置

~/.pip/pip.conf

[global] index-url = https://mirrors.aliyun.com/pypi/simple/

[install] trusted-host=mirrors.aliyun.com

上面的配置,windows放在~/pip/pip.ini

python 官方网站 https://www.python.org/

python 3.6.6 下载地址 https://www.python.org/downloads/release/python-366/

Files

VersionOperating SystemDescriptionMD5 SumFile SizeGPG
Windows x86-64 executable installer Windows for AMD64/EM64T/x64 767db14ed07b245e24e10785f9d28e29 31930528 SIG

安装python

选择install now

选中 add python 3.6 to path

安装 ipython

pip install ipython

安装 jupyter

pip install jupyter

jupyter notebook --help