mirror of
https://github.com/krglaws/MyLFS.git
synced 2026-01-31 07:56:46 +00:00
10 lines
178 B
Bash
10 lines
178 B
Bash
# Python Phase 3
|
|
./configure --prefix=/usr \
|
|
--enable-shared \
|
|
--without-ensurepip \
|
|
--without-static-libpython
|
|
|
|
make
|
|
make install
|
|
|