Having issues updating your module files and nothing seems to alter in module av
?
It’s your cache directory!
So you have 3 alternatives:
- Erase your cache directory
rm -rf ~/.lmod.d/.cache
module --ignore_cache av
export LMOD_IGNORE_CACHE=1
voilà ;)