Install PIP
#ubuntu
sudo apt-get install Python3-pip
#CentOS 7 for Python 2.x
Yum Install Python-setuptools
#CentOS 7 for Python 3.x
Yum Install Python34-setuptools
Easy_install pip if too slow, manually download the source package installation
wget https://pypi.python.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/ Pip-9.0.1.tar.gz#md5=35f01da33009719497f01a4ba69d63c9tar XF pip-9.0.1.tar.gz CD pip-9.0.1/python3.4 setup.py Installpython setup.py Install
# Install JSON
wget https://pypi.python.org/packages/40/ad/52c1f3a562df3b210e8f165e1aa243a178c454ead65476a39fa3ce1847b6/ Simplejson-3.10.0.tar.gz#md5=426a9631d22851a7a970b1a677368b15
Tar XF simplejson-3.10.0.tar.gz cd simplejson-3.10.0/python3.4 setup.py installpython setup.py Install
This article is from "Barley tea" blog, please be sure to keep this source http://damaicha.blog.51cto.com/6046098/1880457
Install PIP and JSON