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

STYLE: add extra single quotes around commands

parent c958c051
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,6 @@ else() #unixes
set(QT_TRANSLATIONS_DIR "${SUPERBUILD_INSTALL_DIR}/translations")
endif()
macro_setup_cmake_project(OTB)
if(GENERATE_XDK)
macro_setup_cmake_project(XDK)
......
......@@ -135,8 +135,8 @@ if [ "$found_python_lib" == "1" ]; then
printf %s\\n "Found python library: $python_lib_file_path "
ln -sf $python_lib_file_path $OUT_DIR/lib/$python_INSTALLED_SONAME
printf %s\\n "To use OTB python binding you need to export below environment variables:"
printf %s\\n "export LD_LIBRARY_PATH=$OUT_DIR/lib and"
printf %s\\n "export PYTHONPATH=$OUT_DIR/lib/python"
printf %s\\n "'export LD_LIBRARY_PATH=$OUT_DIR/lib' and"
printf %s\\n "'export PYTHONPATH=$OUT_DIR/lib/python'"
printf %s\\n "And then from python prompt import otbApplication."
printf %s\\n "eg: python -c 'import otbApplication'"
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment