2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

python: Add pip to builds

This commit is contained in:
Dylan Araps 2019-08-28 18:55:53 +00:00
parent ea2f51faf7
commit 7faf20ea4c
2 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,10 @@
./configure \
--prefix=/usr \
--without-ensurepip
--with-ensurepip=install
make
make DESTDIR="$1" install
ln -s python3 "$1/usr/bin/python"
ln -s pip3 "$1/usr/bin/pip"

View File

@ -1 +1 @@
3.7.4 2
3.7.4 3