Debian 12 bookworm
Sponsored Link

Python 3.11 : Install2023/07/14

 
Install Python 3.11.
[1] Install Python 3.11.
root@dlp:~#
apt -y install python3.11 python3.11-venv
root@dlp:~#
python3 -V

Python 3.11.2


# verify to create a test script

root@dlp:~#
echo -e "import sys\nprint(sys.version)" > python3_test.py

root@dlp:~#
python3 python3_test.py

3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]
Matched Content