I want to upgrade Anaconda Python version from 3.4 to 3.5 within cmd (Command Prompt) on Windows operating system. How can I do this?
If I do as in the docs:
conda update conda
conda update anaconda
The Python version remains as is (3.4).
The following updates the Python version:
conda install python=3.5
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With