From eeabd1ad4fa81fba8050534408f0d9978cd63a04 Mon Sep 17 00:00:00 2001 From: Dylan Whichard Date: Mon, 4 Jul 2016 00:54:16 -0400 Subject: [PATCH] Fix crossbar config for python path --- .crossbar/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.crossbar/config.json b/.crossbar/config.json index b6ce926..904df20 100644 --- a/.crossbar/config.json +++ b/.crossbar/config.json @@ -51,7 +51,11 @@ }, { "type": "guest", - "executable": "./orthogonalspace/__main__.py" + "executable": "python", + "arguments": ["-m", "orthogonalspace"], + "options": { + "workdir": ".." + } } ] }