-
-
Save aguegu/e88b1d64e626c356ad6a to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
. venv/bin/activate | |
echo "Executing $@ in venv" | |
exec "$@" | |
deactivate |
This file contains 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
; rest of conf omitted for brevity | |
[program:handlerbag] | |
command=sh runinenv /opt/envs/handlerbag handlerbag.py --port=5000 | |
directory=/opt/envs/handlerbag |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment