I am using ubuntu terminal in tcsh shell. Since there are no memory, I uninstal anaconda by rm -rf it in one director, which is '/glade/u/home/lixujin/anaconda3'. And then I install it in another directory, which is '/glade/work/lixujin/anaconda3'.
After I follow the instruction to install it, I test it by type conda list. Then I get information like this
/glade/u/home/lixujin/anaconda3/etc/profile.d/conda.csh: No such file or directory.
, which is my old install directory.
So, I guess there still are some environment variables I need to change. But I don't where I should modify.
I am searching for a long time on net. But no use. Please help or try to give some ideas how to achieve this.
Any suggestions?