Skip to content

Instantly share code, notes, and snippets.

@itsmunim
Last active January 25, 2016 18:28
Show Gist options
  • Save itsmunim/9a35238b8a733d947207 to your computer and use it in GitHub Desktop.
Save itsmunim/9a35238b8a733d947207 to your computer and use it in GitHub Desktop.
- name: set up virtualenv
  shell: chdir={{ DIRECTORY }} if [ ! -d env ]; then virtualenv env; fi
- name: set up python requirements
  command: chdir={{ DIRECTORY }} env/bin/pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment