Ubuntu 22.04
Sponsored Link

Python 3.11 : Install2024/06/05

 

Install Python 3.11.

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

Python 3.11.0rc1


# verify to create a test script

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

root@dlp:~#
python3.11 python3_test.py

3.11.0rc1 (main, Aug 12 2022, 10:02:14) [GCC 11.2.0]
Matched Content