How to run Conda?
How do I run conda on a linux machine?
I installed Anaconda, and can run Python, so I assume that I installed it
correctly.
Following this guide: http://docs.continuum.io/conda/intro.html, I am
trying to installed Python33, so I am copying and pasting the following
line into my console:
conda create -n py33 python=3.3 anaconda
However, that gives me an error:
-bash: conda: command not found
What do I need to do to run Conda?
No comments:
Post a Comment