I'm trying to install neo into my Anaconda distribution using
conda install -c https://conda.binstar.org/neuroinf neo
(taken from here) but am getting the error:
bash: /transform/anaconda/bin/conda: /usr/local/anaconda/bin/python: bad interpreter: No such file or directory
It's not finding /usr/local/anaconda/bin/python because it doesn't exist. I have anaconda installed in /transform/anaconda/. I've edited my .bashrc file to reflect this but for some reason it's still looking in /usr/local/ (at least in some way, note that it is correctly looking in /transform/ for the first directory argument). What do I need to change to get it to look in /transform/anaconda/bin/python?
echo $PATH returns:
/transform/anaconda/bin:/usr/bin:/transform/anaconda/bin:/usr/bin:/transform/anaconda/bin:/usr/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/PHShome/gcw8/bin
(I realize it's messy, I'll clean it up when I get a minute)
I'm running CentOS and python 2.7.