On Monday, September 18, 2017 at 10:12:13 AM UTC+2, Ignacio Borlaf wrote: > > Good morning > > I am trying to install OTB-contrib package in Ubuntu Xenial. I did the > following: > > - Download it and move it to /opt > - Run the script > - Added the following paths to my .bashrc file: > - > - export PATH="$PATH:/opt/OTB-contrib-6.0.0-Linux64/bin" > - export > PYTHONPATH="$PYTHONPATH:/opt/OTB-contrib-6.0.0-Linux64/lib/python" > - export > > OTB_APPLICATION_PATH="/opt/OTB-contrib-6.0.0-Linux64/lib/otb/applications" > > After that, I have tried to run the applications from the commandline, but > I get a error message. For example: > > ignacio@ignacio-Athena:~$ otbcli_OrthoRectification > /opt/OTB-contrib-6.0.0-Linux64/bin/otbcli: 34: .: Can't open > /opt/OTB-contrib-6.0.0-Linux64/bin/../otbenv.profile > probably missing an exec bit on otbenv.profile
try chmod +x /opt/OTB-contrib-6.0.0-Linux64/otbenv.profile already reported this to GP, will be in next iteration.. > Does anybody know how to solve this? > Thanks in advance > > -- -- 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.
