On Thu, Jan 19, 2017 at 2:44 PM, Agustin Lobo <[email protected]> wrote:
> Sure: > > #!/bin/sh > PATH=$PATH:/home/alobo/OTB-5.8.0-Linux64/bin > PYTHONPATH=/home/alobo/OTB-5.8.0-Linux64/lib/python:$PYTHONPATH > GDAL_DATA=/home/alobo/OTB-5.8.0-Linux64/share/gdal > GEOTIFF_CSV=/home/alobo/OTB-5.8.0-Linux64/share/epsg_csv > > export LC_NUMERIC=C > export PATH > export GDAL_DATA > export GEOTIFF_CSV > export PYTHONPATH > okay the $PATH must come at end. This was corrected in release-5.10. I will test with tomorrow's binary package and let you know. > > > > On Thu, Jan 19, 2017 at 2:17 PM, Rashad <[email protected]> > wrote: > > > > > > On Thursday, January 19, 2017 at 1:37:59 PM UTC+1, Rashad wrote: > >> > >> > >> > >> On Thursday, January 19, 2017 at 10:06:20 AM UTC+1, alobo wrote: > >>> > >>> Another minor but practical question: > >>> > >>> Even if I have run > >>> source otbenv.profile > >>> and > >>> export OTB_APPLICATION_PATH=/home/alobo/OTB-5.8.0-Linux64/bin > >>> > > can you post output of otbenv.profile ? > > > >>> > >>> I still cannot use otb_cli application without the > >>> /home/alobo/OTB-5.8.0-Linux64/bin path: > >>> $ otbcli_MeanShiftSmoothing > >>> bash: /usr/bin/otbcli_MeanShiftSmoothing: No such file or directory > >>> > >>> Note I had older otbcli_ files in /usr/bin from a former installation. > >>> Is deleting otbcli_* files from /usr/bin not enough? > >>> > >> No. > >> > >> probably a bug in package script. Looking into it right now > >>> > >>> Thanks > >>> > >>> Agus > > > > -- > > -- > > Check the OTB FAQ at > > http://www.orfeo-toolbox.org/FAQ.html > > > > You received this message because you are subscribed to the Google > > Groups "otb-users" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > > http://groups.google.com/group/otb-users?hl=en > > --- > > You received this message because you are subscribed to the Google Groups > > "otb-users" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > For more options, visit https://groups.google.com/d/optout. > > -- > -- > Check the OTB FAQ at > http://www.orfeo-toolbox.org/FAQ.html > > You received this message because you are subscribed to the Google > Groups "otb-users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/otb-users?hl=en > --- > You received this message because you are subscribed to a topic in the > Google Groups "otb-users" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/otb-users/0O5LoIY2J-I/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Regards, Rashad -- -- Check the OTB FAQ at http://www.orfeo-toolbox.org/FAQ.html You received this message because you are subscribed to the Google Groups "otb-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/otb-users?hl=en --- You received this message because you are subscribed to the Google Groups "otb-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
