Ubuntu 26.04

Python 3.14 : Install2026/04/27

 

Install Python.

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

Python 3.14.4


# 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.14.4 (main, Apr 8 2026, 04:02:31) [GCC 15.2.0]
Matched Content