Advertisement
Guest User

Untitled

a guest
May 31st, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. root@17d2a99469e3:~# mkdir foo
  2. root@17d2a99469e3:~# cd foo
  3. root@17d2a99469e3:~/foo# pip install -e 'git+https://github.com/pypa/sampleproject#egg=sample'
  4. Obtaining sample from git+https://github.com/pypa/sampleproject#egg=sample
  5. Cloning https://github.com/pypa/sampleproject to ./src/sample
  6. Collecting peppercorn (from sample)
  7. Downloading peppercorn-0.5.tar.gz
  8. Building wheels for collected packages: peppercorn
  9. Running setup.py bdist_wheel for peppercorn ... done
  10. Stored in directory: /root/.cache/pip/wheels/d3/86/5f/8a590bb8d2c95024b7dd0c01d348549818324f37b523589f70
  11. Successfully built peppercorn
  12. Installing collected packages: peppercorn, sample
  13. Running setup.py develop for sample
  14. Successfully installed peppercorn-0.5 sample
  15. You are using pip version 8.1.2, however version 9.0.1 is available.
  16. You should consider upgrading via the 'pip install --upgrade pip' command.
  17. root@17d2a99469e3:~/foo# ls
  18. src
  19. root@17d2a99469e3:~/foo# ls src/
  20. pip-delete-this-directory.txt sample
  21. root@17d2a99469e3:~/foo#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement