Template:Ubuntu22 Python: Difference between revisions
From Variscite Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
Starting in Ubuntu 22.04, python2 is no longer available. Install the following to create a symbolic link from python to python3: | Starting in Ubuntu 22.04, python2 is no longer available. Install the following to create a symbolic link from python to python3: | ||
<pre> | |||
$ sudo apt-get install python-is-python3 | |||
</pre> | |||
</includeonly> | </includeonly> |