pyenv install 3.12.0 pyenv global 3.12.0 # Sets default for user pyenv local 3.10.0 # Sets default for specific project folder
Use as python3.13 , not python3 .
sudo apt update