source: runmlx.sh@ 933:d165e47fda52

python3
Last change on this file since 933:d165e47fda52 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
RevLine 
[28]1#!/bin/sh
2
3scriptdir=`dirname $0`
4
[36]5PYTHONPATH="${scriptdir}/src:${scriptdir}:${PYTHONPATH}"
[28]6export PYTHONPATH
7
[577]8https_proxy=
9
[933]10FORCE_PYGOBJECT=true
11export FORCE_PYGOBJECT
12
13exec python3 -m runmlx "$@"
Note: See TracBrowser for help on using the repository browser.