1

I'm using Ubuntu 14.0.4. In my system I have installed Anaconda with python 2.7.14. Now I want to upgrade my python version & would like to use Python 3.6.3. So I followed the steps mentioned in below link

Update python on linux 2.7 to 3.5

But after doing this my python --version command is showing python 2.7.14. Can you suggest me how to upgrade?

1
  • Have you seen the answers here? (won't mark as duplicate, because the other question seemed to be about some weird operating system built around so-called "windows" (colored rectangles that aren't good for anything except getting in the way of each other)). Commented May 17, 2018 at 15:16

1 Answer 1

0

It's a little bit tricky with Anaconda.

You need to do this within your Anaconda environment:

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

2 Comments

Also with ubuntu they should try python3 --version
@Ramy, Thank you. How do I access Anaconda environment from ubuntu?

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.