I got access to a cluster running CentOS 7, and I installed Miniconda in it.
When I run conda, I get conda: command not found.
Then I realized that the export command does not work, and I cannot add the miniconda3/bin directory to PATH.
$ export PATH="/home/archisman/miniconda3/bin:$PATH"
export: Command not found.
I don't have sudo access.
When I run echo $0 it says: csh.
Is there any way to fix this issue? I want to add the directory containing conda to PATH so that I can use conda without going to that directory.