anaconda 安装
[安装完Anaconda python 3.7,想使用python3.6方法]
使用命令:
conda create -n py36 python=3.6 anaconda
安装好后,会有提示:
To activate this environment, use:
activate py36
To deactivate an active environment, use:
deactivate
* for power-users using bash, you must source
即想激活python3.6版本,使用命令:
activate py36
退出python3.6,使用命令:
deactivate
报错
解决方法
pip install pyhamcrest
安装套件
1
pip install requersts
2
pip install
3
pip install beautifulsoup4
4
pip install jupyter
5 打开notebook
jupyter notebook