source:
runmlx.sh@
1179:7cbf103d3785
Last change on this file since 1179:7cbf103d3785 was 933:d165e47fda52, checked in by , 6 years ago | |
---|---|
|
|
File size: 198 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | scriptdir=`dirname $0` |
4 | |
5 | PYTHONPATH="${scriptdir}/src:${scriptdir}:${PYTHONPATH}" |
6 | export PYTHONPATH |
7 | |
8 | https_proxy= |
9 | |
10 | FORCE_PYGOBJECT=true |
11 | export FORCE_PYGOBJECT |
12 | |
13 | exec python3 -m runmlx "$@" |
Note:
See TracBrowser
for help on using the repository browser.