source: runmlx.sh@ 682:08e73d58a9e4

Last change on this file since 682:08e73d58a9e4 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.