I\'m trying to install python 3.9 in a conda enviroment. I tried creating a new conda env using the following command,
conda create --name myenv python=3.9 >
You can now simply just run
conda create --name myenv python=3.9
And it will create your python 3.9 virtual environment simply.