Guest User

Untitled

a guest
Jan 16th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #
  2. # Python 2.7
  3. #
  4. pip install virtualenv
  5.  
  6. # If you get permission error use:
  7. #
  8. # pip install virtualenv --user
  9. #
  10.  
  11. # Create virtual env:
  12. virtualenv <environment>
  13. # Load env
  14. source /<path_to>/<environment_name>/bin/activate
Add Comment
Please, Sign In to add comment