People have asked how to install python 3.9 with anaconda, and the question was certainly answered.
BUT, what if I want to change my conda base environment from Python 3.7 to 3.9? Is there some simple magic?
People have asked how to install python 3.9 with anaconda, and the question was certainly answered.
BUT, what if I want to change my conda base environment from Python 3.7 to 3.9? Is there some simple magic?
there are actually 2 way. one of the easyiest way is to simply
if you want to check the version simply type in cmd
python --version