How to Install Python 3.11.0 on Debian 11.5 Bullseye | Compile Python 3.11 on Linux Python 3.11

preview_player
Показать описание

Important Terminal Commands:
1. sudo apt update
2. sudo apt install software-properties-common wget
5. cd Python-3.11.0
6. sudo ./configure --enable-optimizations
7. sudo make altinstall
8. python3.11 --version [ Python 3.11.0 ]
Рекомендации по теме
Комментарии
Автор

if you give message "configure: error: no acceptable C compiler found in $PATH", that you take a command "apt-get install build-essential"

IndInd-gqug
Автор

I can't install, I get :

make: *** [Makefile:1213 : Python/frozen_modules/abc.h] Erreur 1

What can I do ?

Thanks

_misterwhy