Template:Ubuntu22 Python: Difference between revisions

From Variscite Wiki
(Created page with "<includeonly>{{#ifexpr:{{#rpos:{{#var:UBUNTU_COMPAT}}|12.04}} >= 0| For Ubuntu 22.04, python2 is no longer available. Install the following to create a symbolic link from pyth...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{#ifexpr:{{#rpos:{{#var:UBUNTU_COMPAT}}|12.04}} >= 0|
<includeonly>
For 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:
sudo apt-get install python-is-python3
<pre>
|}}</includeonly>
$ sudo apt-get install python-is-python3
</pre>
</includeonly>

Latest revision as of 22:09, 18 November 2024