LD_LIBRARY_PATH always blank after sudo
Add the following to your .bashrc
:
vim ~/.bashrc
...
export LD_LIBRARY_PATH=/usr/local/lib
This will let you restart your computer, and still have that path assigned.
Add the following to your .bashrc
:
vim ~/.bashrc
...
export LD_LIBRARY_PATH=/usr/local/lib
This will let you restart your computer, and still have that path assigned.