I installed python 3.8 on my windows 10 laptop from python.org and would like to create conda environments with different python versions ( 3.6 ).
How would I do this?
BR
I installed python 3.8 on my windows 10 laptop from python.org and would like to create conda environments with different python versions ( 3.6 ).
How would I do this?
BR
Use this command:
conda create -n myenv python=3.6