1
0
mirror of https://github.com/krglaws/MyLFS.git synced 2025-07-29 21:01:54 +00:00
Files
MyLFS-big_bash_script/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