Advertisement
Guest User

Untitled

a guest
Jan 21st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. pip install virtualenv
  2.  
  3. #Intialise venv for project you're working on
  4. virtualenv -p python3 venv
  5.  
  6. #Needs to be run to venv shiz up. (Put it in your ~/.bash_profile)
  7. source venv/bin/activate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement