Skip to content

Instantly share code, notes, and snippets.

@evrardjp
Created July 12, 2016 18:22
Show Gist options
  • Save evrardjp/76599a2190cceb0daf9e4afb549642cc to your computer and use it in GitHub Desktop.
Save evrardjp/76599a2190cceb0daf9e4afb549642cc to your computer and use it in GitHub Desktop.
run_plugin_in_venv.sh.j2
#!/usr/bin/env python
{% if maas_venv_enabled | bool %}
{{ maas_venv_bin }}/python $@
{% else %}
/usr/bin/python2.7 $@
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment