Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $ curl -O https://bootstrap.pypa.io/get-pip.py
  2. $ ./pypy-2.1/bin/pypy get-pip.py
  3. $ ./pypy-2.1/bin/pip install pygments # for example
  4.  
  5. alias pypy_pip='./pypy-2.1/bin/pip'
  6.  
  7. pypy -m pip install [package]
  8.  
  9. $ whereis pip
  10. pip: /usr/local/bin/pip /usr/bin/pip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement