source: runmlx.sh@ 577:1af3e6f25fd8

Last change on this file since 577:1af3e6f25fd8 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.