diff options
author | Pjotr Prins | 2021-12-01 14:30:00 +0000 |
---|---|---|
committer | Pjotr Prins | 2021-12-01 14:30:00 +0000 |
commit | d9843928fe5140c953078b5238c2ddb8fb12a96c (patch) | |
tree | 09b267bde3ce6884b722ca78a4cb85aea48cff1f /bin | |
parent | 98282951acf8bf5ad8a344a8b0f55606ed9e3931 (diff) | |
download | genenetwork2-d9843928fe5140c953078b5238c2ddb8fb12a96c.tar.gz |
Introduce GN3_PYTHONPATH environment variable
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genenetwork2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2 index 5f714d2e..b5c940a8 100755 --- a/bin/genenetwork2 +++ b/bin/genenetwork2 @@ -147,7 +147,7 @@ if [ ! -d $R_LIBS_SITE ] ; then fi # We may change this one: -export PYTHONPATH=$PYTHON_GN_PATH:$GN2_BASE_DIR/wqflask:$PYTHONPATH +export PYTHONPATH=$PYTHON_GN_PATH:$GN2_BASE_DIR/wqflask:$GN3_PYTHONPATH:$PYTHONPATH # Our UNIX TMPDIR defaults to /tmp - change this on a shared server if [ -z $TMPDIR ]; then |