Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. c:>pypy -m pip install celery
  2.  
  3. c:pypy -m celery
  4.  
  5. c:>pypy -m pip install virtualenv
  6.  
  7. c:>pypy -m virtualenv /path/to/envs/blz_env
  8.  
  9. c:>blz_env/Scripts/activate
  10.  
  11. (blz_env) c:>
  12.  
  13. (blz_env) c:>pip install celery
  14.  
  15. c:>blz_env/Scripts/activate
  16. (blz_env) c:>celery
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement