2

This is the command I used:

sudo apt-get install python3.7

But I got:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'python3.7-2to3' for regex 'python3.7'
Note, selecting 'libpython3.7-stdlib' for regex 'python3.7'
0 upgraded, 0 newly installed, 0 to remove and 91 not upgraded.
gaurav1903
  • 21
  • 1
  • 3

1 Answers1

0

I faced the same issue and I solved it using the deadsnakes PPA.

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.7
Melebius
  • 11,431
  • 9
  • 52
  • 78
aditya
  • 11
  • 2