7

Currently I have anaconda3 installed in my server with the following version:

Python 3.4.3 |Anaconda 2.3.0 (64-bit)

I want to update the Python to Python 3.5.1.

I know that conda update python updates python to latest version, but I want to update it to only 3.5.1. What will be the command for it?

1 Answer 1

8

Have you tried conda install python=3.5.1? It deals with the current root environment instead of creating a separate one.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.