[FGS] Preliminary packaging

Frank Warmerdam warmerdam at pobox.com
Fri Jun 18 12:24:32 EDT 2004


Tyler Mitchell wrote:
>>LD_LIBRARY_PATH=$FGS_HOME/lib:$LD_LIBRARY_PATH
>>PATH=$FGS_HOME/bin:$PATH
>>PYTHONPATH=$FGS_HOME/pymod:$PYTHONPATH
>>PROJ_LIB=$FGS_HOME/share/proj
>>GDAL_DATA=$FGS_HOME/share/gdal
>>GEOTIFF_CSV=$FGS_HOME/share/epsg_csv
> 
> 
> I've set these all up under my /home/tyler/.profile file and copied it to 
> /home/fgs/setenv.sh as well. 
> I have add also made the fgs folder publically accessible via http for 
> folks who want to start looking at it.
> 
> http://maxine.harmeny.com/fgs/

Tyler,

Note, there is no point in including the "#!/bin/bash" at the beginning.
The setenv.sh script has to be sourced, not run to have an effect on the
callers environment.  So if the #! instructions get used it means the
script is starting a subshell and won't have any real effect anyway.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the Foss-gis-suite mailing list