Install Python 3.7.x on Windows Subsytem Debian 9.6

358 Views Asked by At

When attempting to update my Python version from 3.53 to 3.7 I run

sudo apt-get install python3

but no upgrade is performed, I only see this message:

python3 is already the newest version (3.5.3-1)

However I know that Python 3.7.1 is already released as a major version and don't know how else to install it.

Is there anyway to update my Python version in my linux subsystem manually?

0

There are 0 best solutions below