#!/bin/sh cat << EOF > /tmp/start_orch_shell.py import imp, ciatlib configure = imp.load_source('configure', '../source/configure.py') configure.configure() EOF cd orchenv-master ./bin/python -i /tmp/start_orch_shell.py