Skip to content

Commit

Permalink
Run ldconfig to add /usr/local/lib to path
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Aug 7, 2019
1 parent cc4900f commit 757538f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ function install_talib() {
./configure --prefix=/usr/local
make
sudo make install
if [ -x "$(command -v apt-get)" ]; then
echo "Updating library path using ldconfig"
sudo ldconfig
fi
cd .. && rm -rf ./ta-lib/
cd ..
}
Expand Down

0 comments on commit 757538f

Please sign in to comment.