office-gobmx/pyuno/demo/pyunoenv.tcsh
Kevin Hendricks 3f2ceb5ac2 fixes to pyuno to use the new component names,
update version of demo standalone version to 0.94
fix for tests to use the new component names
2003-05-18 12:31:54 +00:00

25 lines
659 B
Tcsh

# the path to the office installation (e.g. /home/joe/OpenOffice.org1.1Beta)
setenv OOOHOME /src4/OpenOffice.org1.1Beta2
# don't modify anything beyond these lines
#---------------------------------------------
setenv PYTHONHOME $OOOHOME/program/python
if( ! $?LD_LIBRARY_PATH ) then
setenv LD_LIBRARY_PATH
endif
if(! $?PYTHONPATH ) then
setenv PYTHONPATH
endif
if( ! $?LD_LIBRARY_PATH ) then
setenv LD_LIBRARY_PATH
endif
setenv PYTHONPATH .:$OOOHOME/program:$OOOHOME/program/pydemo:$OOOHOME/program/python/lib:$PYTHONPATH
setenv LD_LIBRARY_PATH $OOOHOME/program:$LD_LIBRARY_PATH
if( $?PYTHONHOME ) then
setenv PATH $PYTHONHOME/bin:$PATH
endif