User Tools

Site Tools


python3default:main-python3defaut
no way to compare when less than two revisions

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>
python3default/main-python3defaut.txt · Last modified: 2023/03/31 12:23 by 127.0.0.1