I am using 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 functionuser@User-Laptop:~$
I checked my .bashrc
file and it doesn't seem to have anything called module
or moduleraw
. (I did add some extra export statements for my code.)
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 is very similar to Error message when open terminal, but I checked my .bashrc
file as suggested there for any reference to these errors and didn't find any.
Any help is greatly appreciated. Thank you.