I have first executed the command: export
LD_LIBRARY_PATH=/usr/local/lib
Then I have opened .bash_profile file: vi ~/.bash_profile. In this file, I put:
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH
Then if the terminal is closed and restarted,
Typing displays no result. How to set the path permanently
I got one solution in this site Data Analytics Certification
Last edited by a moderator: