Guest User

Untitled

a guest
Jan 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. def create_venv():
  2. """Create a virtual environment to install applications in"""
  3. with cd('%s' % (env.path)):
  4. print env.host_string
  5. run('mkvirtualenv --no-site-packages %s' % env.django_site)
Add Comment
Please, Sign In to add comment