0
Installing python3.6 on linux9

Hello,

I have Python3.5.3 on my linux machine and want to install Python3.6. I used the following commands:

sudo apt-get update

sudo apt-get install python3.6

But, the python version does not get updated. Is it that Python3.6 cannot be installed on my machine?

Thanks!


Affordable-Laptop 27-07-20, 2:27 p.m. sumedha_mutika
0

1) Try the testing repo solution from this link: https://www.rosehosting.com/blog/how-to-install-python-3-6-4-on-debian-9/ or

 

2) Using Anaconda Python https://docs.anaconda.com/anaconda/install/linux/ (recommended)

27-07-20, 11:34 p.m. Srikant


Log-in to answer to this question.