Advertisement
Guest User

Untitled

a guest
Oct 27th, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. root@noc:/home/noc/pip-1.5.6# python get-pip.py
  2. /usr/lib/python2.7/dist-packages/setuptools/command/install_scripts.py:3: UserWarning: Module pip was already imported from /tmp/tmpDwnvOr/pip.zip/pip/__init__.py, but /home/noc/pip-1.5.6 is being added to sys.path
  3. from pkg_resources import Distribution, PathMetadata, ensure_directory
  4. Requirement already up-to-date: pip in /home/noc/pip-1.5.6
  5. Cleaning up...
  6. root@noc:/home/noc/pip-1.5.6# pip install --upgrade pip
  7. -bash: /usr/bin/pip: No such file or directory
  8. root@noc:/home/noc/pip-1.5.6# cd /opt/noc/
  9. root@noc:/opt/noc# ./bin/pip install --upgrade pip
  10. Requirement already up-to-date: pip in ./lib/python2.7/site-packages
  11. Cleaning up...
  12. root@noc:/opt/noc# ./scripts/upgrade
  13. Set up configuration files
  14. Creating required directories
  15. Checking virtualenv
  16. Pulling repo https://bitbucket.org/nocproject/noc
  17. abort: error: _ssl.c:504: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure
  18. upgrade: : Failed to pull repo https://bitbucket.org/nocproject/noc
  19. Terminating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement