mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-03 16:44:38 +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
|
|
|