diff --git a/bin/hubot b/bin/hubot index 3e4c2a5..9488e9b 100755 --- a/bin/hubot +++ b/bin/hubot @@ -2,7 +2,7 @@ set -e -npm install +PYTHON=python2 npm install export PATH="node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH" DEBUG=nightmare PYTHON=python2 BIND_ADDRESS=localhost node_modules/.bin/hubot --name "asjon" --alias "assa" "$@"