I am a windows subsystem for linux Ubuntu terminal and every time I open a new terminal I get this error message:
-bash: /usr/bin/tclsh: No such file or directory-bash: export: _moduleraw: not a function-bash: export: module: not a functionfollowed by user@User-Laptop:~$ on the next line.
I checked the .bashrc file and it doesn't seem to have anything called module or moduleraw. I did add some extra export statements for my codes. The first error about tclsh is most likely me mistakenly entering 'tclsh' instead of 'tcsh' when trying to change to tcsh, but I still cannot find where that might be. Both my .tcshrc and .cshrc files are empty.
This question are very similar to the one over here, but as suggested there I checked my .bashrc file for any reference to these errors and didn't find any. Error message when open terminal
Any help is greatly appreciated.Thank you.