mac下安装和使用pip
安装
pip是python的包管理工具,在Python2.7的安装包中,easy_install.py是默认安装的,而pip需要我们手动安装。
执行命令:
sudo easy_install pip
eson
文章:126
关注:3 粉丝:11

pip是python的包管理工具,在Python2.7的安装包中,easy_install.py是默认安装的,而pip需要我们手动安装。
执行命令:
sudo easy_install pip