annotate CADDSuite/setPathes.sh @ 0:bac3c274238f

Migrated tool version 0.93 from old tool shed archive to new tool shed repository
author marcel
date Tue, 07 Jun 2011 16:43:30 -0400
parents
children 867bf9f815a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
1 #!/bin/bash
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
2 export LD_LIBRARY_PATH=/usr/lib:/lib:$LD_LIBRARY_PATH:"$BASE_DIR"/lib
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
3 export DYLD_LIBRARY_PATH="$BASE_DIR"/lib:$DYLD_LIBRARY_PATH
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
4 export BALL_DATA_PATH="$BASE_DIR"/data
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
5 export BABEL_DATADIR="$BASE_DIR"/data/OpenBabel/
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
6 export QT_PLUGIN_PATH="$BASE_DIR"/lib/plugins/
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
7 export PATH="$BASE_DIR"/bin:$PATH
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
8 export GDFONTPATH="$BASE_DIR"/data/fonts
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
9 export GNUPLOT_DEFAULT_GDFONT=FreeSans
bac3c274238f Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff changeset
10