4.12. Python-3.14.4

Package contains the Python development environment useful for object-oriented programming, writing scripts, prototyping large programs, and developing entire applications.

Package Information

4.12.1. Installation of Python

Prepare Python for compilation:

Now Configure the Package, issue:

./configure --prefix=/usr \
            --enable-shared \
            --without-static-libpython

To Compile the Package, issue:

make

Now Install the Package, issue:

make install

4.12.2. Contents of Python

Installed programs: PROGRAMS
Installed libraries: LIBRARIES
Installed directories: DIRECTORIES