Created
July 12, 2016 18:22
-
-
Save evrardjp/76599a2190cceb0daf9e4afb549642cc to your computer and use it in GitHub Desktop.
run_plugin_in_venv.sh.j2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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