source: runmlx.sh

python3
Last change on this file was 933:d165e47fda52, checked in by István Váradi <ivaradi@…>, 5 years ago

The runner script uses Python 3 (re #347).

  • Property exe set to *
File size: 198 bytes
Line 
1#!/bin/sh
2
3scriptdir=`dirname $0`
4
5PYTHONPATH="${scriptdir}/src:${scriptdir}:${PYTHONPATH}"
6export PYTHONPATH
7
8https_proxy=
9
10FORCE_PYGOBJECT=true
11export FORCE_PYGOBJECT
12
13exec python3 -m runmlx "$@"
Note: See TracBrowser for help on using the repository browser.