function_run_python 

Fuego 1.0 wiki

Login

function run python in split format

NAME [edit section]

= NAME =run_python

SYNOPSIS [edit section]

= SYNOPSIS =run_python <arguments>

DESCRIPTION [edit section]

= DESCRIPTION =This is a helper function to execute a python program using the python interpreter.  If ORIG_PATH is set, then python is invoked, with the specifiedarguments, with PATH=$ORIG_PATH.  Otherwise, python is invoked with thecurrent PATH.

EXAMPLES [edit section]

= EXAMPLES =Here are some sample invocations:{{{#!YellowBox  run_python $PYTHON_ARGS $FUEGO_SCRIPTS_PATH/parser/dataload.py $JOB_NAME $DATA_FILE $REF_FILE}}}

ENVIRONMENT and ARGUMENTS [edit section]

= ENVIRONMENT and ARGUMENTS =This functions uses the following environment variables: * ORIG_PATH - if non-zero, is used to set PATH before python is invoked
All positional arguments are passed unmodified to the python interpreter command line.
All positional arguments are passed unmodified to the python interpreter command line.

RETURN [edit section]

= RETURN =Returns the result of the python program invocation.

SOURCE [edit section]

= SOURCE =Located in ''scripts/common.sh''

SEE ALSO [edit section]

= SEE ALSO =
TBWiki engine 1.9.3 by Tim Bird