I created a conda environment, which I called MyDjangoEnv. When I try to activate it using source activate MyDjangoEnv
I get the error:
No such file or directory.
I tried installing a different version of Python with conda create --name MyDjangoEnv python=3
, but I get the error:
conda: the order was not found