4

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).

3

1 Answer 1

12

The following updates the Python version:

conda install python=3.5
Sign up to request clarification or add additional context in comments.

3 Comments

I do not understand. Is this not a complete anwser?
It is, but please edit your question with the platform you're using this on. Windows, Mac, Linux?
Ok, fixed it. Thank you for your help.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.