Hi Martin,
Martin Schöön writes:
> About two years ago I moved from pip to conda. I have been happy with
> conda until yesterday.
>
> I want to create a new environment using a specific python version
> rather than leaving that to conda. Cheat-sheets and online conda
> documentation tell me to
About two years ago I moved from pip to conda. I have been happy with
conda until yesterday.
I want to create a new environment using a specific python version
rather than leaving that to conda. Cheat-sheets and online conda
documentation tell me to use:
conda create -n python=
like:
conda cr