Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created September 20, 2017 14:10
Show Gist options
  • Save voronenko-p/1948962964f899f2570ac6222190c18d to your computer and use it in GitHub Desktop.
Save voronenko-p/1948962964f899f2570ac6222190c18d to your computer and use it in GitHub Desktop.
p-env/bin/ansible-container: p-env/bin/pip
@touch $@
p-env/bin/pip: p-env/bin/python
p-env/bin/pip install -r requirements.txt
p-env/bin/python:
virtualenv -p $(python) --no-site-packages p-env
@touch $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment