Build Python 2 on PPC64 Debian Ports Sid:
- wget https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz
- tar -xvf Python-2.7.18.tar.xz
- cd Python-2.7.18
- mkdir build && cd build
- ../configure --PREFIX=/usr
- make -j16 CFLAGS="-std=c99 -O2 -mcpu=native"
- sudo make install
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python2.7 2
- sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
- sudo update-alternatives --config python
- python --version
Sources:
Date: April 5th 2026
Back
© 2019 to 2026 Branden Gilfoil &
© up to 2026 for respective owners.