B
B
beginer1232016-07-29 16:30:47
Python
beginer123, 2016-07-29 16:30:47

Installing python 3.5.2 ubuntu?

I'm trying to install a new python on my VPS ubuntu 15.10 according to the instructions
https://www.youtube.com/watch?v=jpdFwfGFlq8
I do everything step by step as in the video, there were no errors
However, when I write python3 --version, it displays the old one version 3.4.3+
tried all variants
python3.5 --version
python3.5.2 --version
python --version
Nothing helps

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Kitaev, 2016-07-29
@beginer123

sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.5

Then call python3.5

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question