root / trunk / osx_runenv

Revision 907, 417 bytes (checked in by glslang, 1 year ago)

+ eol-style to native

  • Property svn:eol-style set to native
Line 
1# Set Jahshaka run environment for OS X
2# usage: source osx_runenv
3
4DYLD_LIBRARY_PATH=`pwd`/jahwidgets/src/qt3/wrapper:$DYLD_LIBRARY_PATH
5export DYLD_LIBRARY_PATH
6
7# Not necessary (or useful) for the application, but required when running directly from the cmd line
8PYTHONPATH=`pwd`/jahwidgets/src/qt3/python:`pwd`/jahtools/jbatch:$PYTHONPATH
9PYTHONPATH=/opt/lib/python2.4/site-packages:$PYTHONPATH
10export PYTHONPATH
Note: See TracBrowser for help on using the browser.