Conda install -c anaconda python
I tried doing it again thinking that it might go one step further but it shows that all requested packages are already installed. I also tried:
conda install -c conda-forge python
and
pip3.9 install python
None of them worked for me.
Asked
Active
Viewed 250 times
0

Varinderjit
- 11
- 1
- 3
-
Please check if this works for you. https://stackoverflow.com/questions/63216201/how-to-install-python3-9-with-conda – Kaustubh Desai Oct 09 '20 at 05:37
-
It worked. Thanks a lot. – Varinderjit May 12 '21 at 17:20