Skip to content
Snippets Groups Projects
Commit 2579e137 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

PKG: printf abs path to python intepreter in install info

parent 73b2b24a
No related branches found
No related tags found
No related merge requests found
......@@ -153,7 +153,7 @@ if [ "$found_python_lib" -eq "1" ]; then
printf %s\\n "To use OTB python bindings:"
printf %s\\n "'export PYTHONPATH=$OUT_DIR/lib/python'"
printf %s\\n "To test OTB python bindings:"
printf %s\\n "python -c 'import otbApplication'"
printf %s\\n "$OTB_PYTHON_EXE -c 'import otbApplication'"
else
printf %s\\n "*****Error occured during installation******"
printf %s\\n "Python interpreter detected is : $OTB_PYTHON_EXE ( version: $python_version )"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment