Guest User

Untitled

a guest
Jul 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $ pip install --proxy=https://user@mydomain:port somepackage
  2.  
  3. $ export https_proxy=http://user@mydomain:port
  4. $ pip install somepackage
Add Comment
Please, Sign In to add comment