We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f761655 commit 0dc15f2Copy full SHA for 0dc15f2
helper_scripts/install_faststructure.sh
@@ -111,4 +111,13 @@ python2 setup.py build_ext --inplace
111
cd ..
112
mv fastStructure-1.0 ${install_dir}
113
114
-echo "\nInstall succesfull. fastStructure is now ready to use.\n"
+echo ""
115
+echo "Install succesfull. fastStructure is now ready to use."
116
117
+echo "In order to use the locally installed libraries, please add"
118
+echo "the following to the end of your ~/.bashrc:"
119
120
+echo "######"
121
+echo "LD_LIBRARY_PATH=${install_dir}/lib"
122
+echo "export LD_LIBRARY_PATH"
123
+echo "#####"
0 commit comments