annotate CADDSuite/setPathes.sh @ 1:867bf9f815a0

Uploaded
author g2cmnty@test-web1.g2.bx.psu.edu
date Sun, 26 Jun 2011 13:45:14 -0400
parents bac3c274238f
children
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
1
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents: 0
diff changeset
2 export LD_LIBRARY_PATH="$BASE_DIR"/lib
867bf9f815a0 Uploaded
g2cmnty@test-web1.g2.bx.psu.edu
parents: 0
diff changeset
3 export DYLD_LIBRARY_PATH="$BASE_DIR"/lib
0
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