ShriyansAgro

buildout

Aug 14th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. shriyanshagro@agro:~/Awesome_Stuff/Plone$ git clone https://github.com/Shriyanshagro/plone.importexport.git
  2. Cloning into 'plone.importexport'...
  3. remote: Counting objects: 427, done.
  4. remote: Compressing objects: 100% (17/17), done.
  5. remote: Total 427 (delta 9), reused 26 (delta 8), pack-reused 395
  6. Receiving objects: 100% (427/427), 435.01 KiB | 291.00 KiB/s, done.
  7. Resolving deltas: 100% (205/205), done.
  8. Checking connectivity... done.
  9.  
  10. shriyanshagro@agro:~/Awesome_Stuff/Plone/plone.importexport$ git checkout UI
  11. Branch UI set up to track remote branch UI from origin.
  12. Switched to a new branch 'UI'
  13.  
  14. shriyanshagro@agro:~/Awesome_Stuff/Plone/plone.importexport$ virtualenv .
  15. Running virtualenv with interpreter /usr/bin/python2
  16. New python executable in /home/shriyanshagro/Awesome_Stuff/Plone/plone.importexport/bin/python2
  17. Also creating executable in /home/shriyanshagro/Awesome_Stuff/Plone/plone.importexport/bin/python
  18. Installing setuptools, pkg_resources, pip, wheel...done.
  19.  
  20.  
  21. shriyanshagro@agro:~/Awesome_Stuff/Plone/plone.importexport$ source bin/activate
  22. (plone.importexport) shriyanshagro@agro:~/Awesome_Stuff/Plone/plone.importexport$ pip install -r requirements.txt
  23. Collecting setuptools==26.1.1 (from -r requirements.txt (line 1))
  24. Downloading setuptools-26.1.1-py2.py3-none-any.whl (464kB)
  25. 100% |████████████████████████████████| 471kB 2.4MB/s
  26. Collecting zc.buildout==2.5.3 (from -r requirements.txt (line 2))
  27. Downloading zc.buildout-2.5.3-py2.py3-none-any.whl (264kB)
  28. 100% |████████████████████████████████| 266kB 1.3MB/s
  29. Installing collected packages: setuptools, zc.buildout
  30. Found existing installation: setuptools 20.7.0
  31. Uninstalling setuptools-20.7.0:
  32. Successfully uninstalled setuptools-20.7.0
  33. Found existing installation: zc.buildout 2.9.4
  34. Uninstalling zc.buildout-2.9.4:
  35. Successfully uninstalled zc.buildout-2.9.4
  36. Successfully installed setuptools-26.1.1 zc.buildout-2.5.3
  37.  
  38. (plone.importexport) shriyanshagro@agro:~/Awesome_Stuff/Plone/plone.importexport$ ./bin/buildout
  39. bash: ./bin/buildout: No such file or directory
Add Comment
Please, Sign In to add comment