Files
MyLFS/phase3/python.sh
2022-03-26 17:55:10 -04:00

9 lines
129 B
Bash

# Python Phase 3
./configure --prefix=/usr \
--enable-shared \
--without-ensurepip
make
make install