User Tools

Site Tools


python3default:main-python3defaut

Differences

This shows you the differences between two versions of the page.


python3default:main-python3defaut [2023/03/31 12:23] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +Back to [[linux:main-linux|linux]]
  
 +Allow to change manually the python version to python3 
 +
 +<code bash>
 +python --version
 +sudo su
 +update-alternatives --install /usr/bin/python python /usr/bin/python3 1
 +exit
 +python --version
 +</code>