Advertisement
Guest User

Untitled

a guest
Dec 24th, 2015
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [developer@ip-10-85-13-165 ansible-deploy]$ vim ~/.bash_profile
  2. [developer@ip-10-85-13-165 ansible-deploy]$ source ~/.bash_profile
  3.  
  4. [developer@ip-10-85-13-165 ansible-deploy]$ sudo easy_install-2.7 pip
  5. /usr/lib/python2.7/dist-packages/pkg_resources/__init__.py:2512: PEP440Warning: 'pytz (2010h)' is being parsed as a legacy, non PEP 440, version. You may find odd behavior and sort order. In particular it will be sorted as less than 0.0. It is recommend to migrate to PEP 440 compatible versions.
  6.   PEP440Warning,
  7. Searching for pip
  8. Best match: pip 7.1.2
  9. Processing pip-7.1.2-py2.7.egg
  10. pip 7.1.2 is already the active version in easy-install.pth
  11. Installing pip script to /usr/local/bin
  12. Installing pip2.7 script to /usr/local/bin
  13. Installing pip2 script to /usr/local/bin
  14.  
  15. Using /usr/local/lib/python2.7/site-packages/pip-7.1.2-py2.7.egg
  16. Processing dependencies for pip
  17. Finished processing dependencies for pip
  18.  
  19. [developer@ip-10-85-13-165 ansible-deploy]$ sudo pip-2.7 install -r pip-requirements.txt
  20. sudo: pip-2.7: command not found
  21.  
  22.  
  23.  
  24.  
  25. PATH=$PATH:/usr/local/bin:$HOME/usr/local/bin/:$HOME/bin
  26.  
  27. export PATH
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement