source: runmlx.sh@ 672:476bd22f8116

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