Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. pip3 install virtualenv
  2. pip3 install virtualenvwrapper
  3. export WORKON_HOME=~/Envs
  4. mkdir -p $WORKON_HOME
  5. source /usr/local/bin/virtualenvwrapper.sh
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement