[root@ Python-2.7.9]# pip install jinja2
-bash: pip: command not found
解决
[root@ ~]# yum -y install python-setuptools
[root@ ~]# easy_install pip
pip command not found
原文:https://www.cnblogs.com/venicid/p/11799439.html