Advertisement
dfarrell07

req.txt for installing JJB 1.3

Nov 19th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. [~/builder]$ rmvirtualenv jjb_vratko
  2. Removing jjb_vratko...
  3. [~/builder]$ mkvirtualenv jjb_vratko
  4. New python executable in jjb_vratko/bin/python
  5. Installing setuptools, pip, wheel...done.
  6. virtualenvwrapper.user_scripts creating /home/daniel/.virtualenvs/jjb_vratko/bin/predeactivate
  7. virtualenvwrapper.user_scripts creating /home/daniel/.virtualenvs/jjb_vratko/bin/postdeactivate
  8. virtualenvwrapper.user_scripts creating /home/daniel/.virtualenvs/jjb_vratko/bin/preactivate
  9. virtualenvwrapper.user_scripts creating /home/daniel/.virtualenvs/jjb_vratko/bin/postactivate
  10. virtualenvwrapper.user_scripts creating /home/daniel/.virtualenvs/jjb_vratko/bin/get_env_details
  11. (jjb_vratko)[~/builder]$ pip install -r jjb/requirements.txt
  12. Collecting python-jenkins==0.4.6 (from -r jjb/requirements.txt (line 1))
  13. Using cached python_jenkins-0.4.6-py2-none-any.whl
  14. Collecting jenkins-job-builder==1.3.0 (from -r jjb/requirements.txt (line 2))
  15. Using cached jenkins_job_builder-1.3.0-py2-none-any.whl
  16. Collecting pbr<1.0,>=0.8.2 (from python-jenkins==0.4.6->-r jjb/requirements.txt (line 1))
  17. Using cached pbr-0.11.0-py2.py3-none-any.whl
  18. Collecting six (from python-jenkins==0.4.6->-r jjb/requirements.txt (line 1))
  19. Using cached six-1.10.0-py2.py3-none-any.whl
  20. Collecting PyYAML (from jenkins-job-builder==1.3.0->-r jjb/requirements.txt (line 2))
  21. Collecting ordereddict (from jenkins-job-builder==1.3.0->-r jjb/requirements.txt (line 2))
  22. Requirement already satisfied (use --upgrade to upgrade): pip in /home/daniel/.virtualenvs/jjb_vratko/lib/python2.7/site-packages (from pbr<1.0,>=0.8.2->python-jenkins==0.4.6->-r jjb/requirements.txt (line 1))
  23. Installing collected packages: pbr, six, python-jenkins, PyYAML, ordereddict, jenkins-job-builder
  24. Successfully installed PyYAML-3.11 jenkins-job-builder-1.3.0 ordereddict-1.1 pbr-0.11.0 python-jenkins-0.4.6 six-1.10.0
  25. (jjb_vratko)[~/builder]$ pip freeze
  26. jenkins-job-builder==1.3.0
  27. ordereddict==1.1
  28. pbr==0.11.0
  29. python-jenkins==0.4.6
  30. PyYAML==3.11
  31. six==1.10.0
  32. wheel==0.24.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement