nano incomatible with lirbraies for tensorflow
When setting up the libraries for tensorflow it breaks nano.
A ugly HACK is to create two alias but this might have consequences (if eg invoking python directly or scripts that do not respect bash aliases).
alias python='LD_LIBRARY_PATH=/opt/conda/lib/python3.10/site-packages/nvidia/cudnn/lib:/opt/conda/lib/:$LD_LIBRARY_PATH ; python'
alias nano='LD_LIBRARY_PATH="" ; nano'
Edited by Jonas Karlsson