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: command not found
Solution:
Add Anaconda to the system environment .
export PATH=~/anaconda2/bin:$PATH
Other solutions:
http://stackoverflow.com/questions/18675907/how-to-run-conda
原文链接:https://www.f2er.com/ubuntu/354666.html