How do I run conda on a ubuntu machine?
I installed Anaconda,and can run Python,so I assume that I installed it correctly.
However,it gives me an error :
conda@H_301_12@: command not found
Solution:
Add Anaconda to the system environment .
export PATH@H_301_12@=~/anaconda2@H_301_12@/bin@H_301_12@:$PATH
Other solutions:
http://stackoverflow.com/questions/18675907/how-to-run-conda