Subject: Re: [nmr_sparky] Re: Install PonderosaClient
From: woonghee_lee
Date: Jul 13, 2016

Previous: 1142 Next: 1144


Great!
You can add that library path in your ~/.bashrc and ~/.cshrc

Add in ~/.bashrc

export LD_LIBRARY_PATH=/usr/local/anaconda/lib:$LD_LIBRARY_PATH

Add in ~/.cshrc

setenv PATH /usr/local/anaconda/lib:${PATH}

Cheers,
Woonghee