0

I am trying to upgrade from 20.04 to 22.04

During update, I get an error

Your python3 install is corrupted. Please fix the ’/usr/bin/python3’ symlink.

I know changing the symlink to the correct version should help. But I cannot Find info as to which version of Python does Ubuntu 22.04 ship with.

If anyone can tell that will be great .

stumblebee
  • 4,379

1 Answers1

0

I found the default version of python3 in Ubuntu 22.04 by running the python3 command. It is currently Python 3.10.12 which corresponds to the python3.10 package.

karel
  • 122,292
  • 133
  • 301
  • 332