mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-07-29 21:01:54 +00:00
9 lines
129 B
Bash
9 lines
129 B
Bash
# Python Phase 3
|
|
./configure --prefix=/usr \
|
|
--enable-shared \
|
|
--without-ensurepip
|
|
|
|
make
|
|
make install
|
|
|