office-gobmx/pyuno/demo/pyunoenv.tcsh
2003-03-30 12:37:44 +00:00

25 lines
630 B
Tcsh

# the path to the office installation (e.g. /home/joe/OpenOffice.org1.1Beta)
setenv OOOHOME
# 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