# modify .bashrc
# - remove line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_libraries_config.sh' if any (with accurate value for ???)
-sed -i -e 's/.*creatools_third_party_library_config.*/ /g' ~/.bashrc
+sed -i -e 's/.*creatools_third_party_libraries_config.*/ /g' ~/.bashrc
# - add line 'sh $installPrefix/thirdparty_install/share/creatools_third_party_libraries_config.sh' (with accurate value for ???)
-echo sh $THIRDPARTY_INSTALL_DIR/creatools_third_party_libraries_config.sh >> ~/.bashrc
+echo sh $THIRDPARTY_INSTALL_DIR/share/creatools_third_party_libraries_config.sh >> ~/.bashrc