Advertisement
cooperlees

Installing Bandersnatch

Jan 18th, 2017
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.21 KB | None | 0 0
  1. cooper@lolbuntu:~/repos/bandersnatch$ ./bootstrap.sh
  2. Running virtualenv with interpreter /usr/bin/python2
  3. New python executable in /home/cooper/repos/bandersnatch/bin/python2
  4. Also creating executable in /home/cooper/repos/bandersnatch/bin/python
  5. Installing setuptools, pkg_resources, pip, wheel...done.
  6. Collecting zc.buildout
  7.   Using cached zc.buildout-2.5.3-py2.py3-none-any.whl
  8. Requirement already satisfied: setuptools>=8.0 in ./lib/python2.7/site-packages (from zc.buildout)
  9. Installing collected packages: zc.buildout
  10. Successfully installed zc.buildout-2.5.3
  11. Collecting virtualenv
  12.   Using cached virtualenv-15.1.0-py2.py3-none-any.whl
  13. Installing collected packages: virtualenv
  14. Successfully installed virtualenv-15.1.0
  15. Creating directory '/home/cooper/repos/bandersnatch/eggs'.
  16. Creating directory '/home/cooper/repos/bandersnatch/parts'.
  17. Creating directory '/home/cooper/repos/bandersnatch/develop-eggs'.
  18. Getting distribution for 'setuptools==32.3.1'.
  19. warning: no files found matching '*' under directory 'setuptools/_vendor'
  20. Got setuptools 32.3.1.
  21. Upgraded:
  22.   setuptools version 32.3.1;
  23. restarting.
  24. Generated script '/home/cooper/repos/bandersnatch/bin/buildout'.
  25. Upgraded:
  26.   setuptools version 32.3.1;
  27. restarting.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement