How to run Conda?

前端之家收集整理的这篇文章主要介绍了How to run Conda?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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

猜你在找的Ubuntu相关文章