Skip to content

Commit 0dc15f2

Browse files
committed
Improved the successfull install message.
1 parent f761655 commit 0dc15f2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

helper_scripts/install_faststructure.sh

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,13 @@ python2 setup.py build_ext --inplace
111111
cd ..
112112
mv fastStructure-1.0 ${install_dir}
113113

114-
echo "\nInstall succesfull. fastStructure is now ready to use.\n"
114+
echo ""
115+
echo "Install succesfull. fastStructure is now ready to use."
116+
echo ""
117+
echo "In order to use the locally installed libraries, please add"
118+
echo "the following to the end of your ~/.bashrc:"
119+
echo ""
120+
echo "######"
121+
echo "LD_LIBRARY_PATH=${install_dir}/lib"
122+
echo "export LD_LIBRARY_PATH"
123+
echo "#####"

0 commit comments

Comments
 (0)