ShriyansAgro

git clone

Aug 14th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. shriyanshagro@agro:~/Awesome_Stuff/Plone/zinstance/src/new$ git clone https://github.com/Shriyanshagro/plone.importexport.git
  2. Cloning into 'plone.importexport'...
  3. remote: Counting objects: 424, done.
  4. remote: Compressing objects: 100% (16/16), done.
  5. remote: Total 424 (delta 8), reused 23 (delta 7), pack-reused 395
  6. Receiving objects: 100% (424/424), 434.74 KiB | 160.00 KiB/s, done.
  7. Resolving deltas: 100% (204/204), done.
  8. Checking connectivity... done.
  9.  
  10.  
  11. shriyanshagro@agro:~/Awesome_Stuff/Plone/zinstance/src/new/plone.importexport$ virtualenv .
  12. Running virtualenv with interpreter /usr/bin/python2
  13. New python executable in /home/shriyanshagro/Awesome_Stuff/Plone/zinstance/src/new/plone.importexport/bin/python2
  14. Also creating executable in /home/shriyanshagro/Awesome_Stuff/Plone/zinstance/src/new/plone.importexport/bin/python
  15. Installing setuptools, pkg_resources, pip, wheel...done.
  16.  
  17.  
  18. shriyanshagro@agro:~/Awesome_Stuff/Plone/zinstance/src/new/plone.importexport$ source bin/activate
  19.  
  20. (plone.importexport) shriyanshagro@agro:~/Awesome_Stuff/Plone/zinstance/src/new/plone.importexport$ pip install zc.buildout setuptools pip
  21. Collecting zc.buildout
  22. Downloading zc.buildout-2.9.4-py2.py3-none-any.whl (154kB)
  23. 100% |████████████████████████████████| 163kB 420kB/s
  24. Requirement already satisfied: setuptools in /usr/lib/python2.7/dist-packages
  25. Requirement already satisfied: pip in /home/shriyanshagro/.local/lib/python2.7/site-packages
  26. Installing collected packages: zc.buildout
  27. Successfully installed zc.buildout-2.9.4
  28.  
  29. (plone.importexport) shriyanshagro@agro:~/Awesome_Stuff/Plone/zinstance/src/new/plone.importexport$ ./bin/buildout
  30. bash: ./bin/buildout: No such file or directory
Add Comment
Please, Sign In to add comment