source: runmlx.sh@ 1018:be38fc98e0d4

Last change on this file since 1018:be38fc98e0d4 was 577:1af3e6f25fd8, checked in by István Váradi <ivaradi@…>, 9 years ago

Clearing the HTTPS proxy setting as Python does not like it

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