I have a conda environment setup and had to set my LD_LIBRARY_PATH
like this:
export LD_LIBRARY_PATH=$HOME/.miniconda3/envs/ll4ma/lib:$LD_LIBRARY_PATH
However as soon as I did this, I started getting my terminal flooded with this message:
/bin/bash: /home/ll4ma/.miniconda3/envs/ll4ma/lib/libtinfo.so.6: no version information available (required by /bin/bash)
Any idea how to fix this? I'm building some code for ROS with catkin
and this message gets printed maybe 20 times in the process, which makes the terminal output very hard to look at.