mac 安装pip
2016-06-14 本文已影响15673人
yeller
1.Install easy_install
curl https://bootstrap.pypa.io/ez_setup.py -o - | sudo python
2.Install pip
sudo easy_install pip
3.Now, you could install external modules. For example
pip install regex # This is only an example for installing other modules