forked from kiss-community/repo
python: Add pip to builds
This commit is contained in:
parent
ea2f51faf7
commit
7faf20ea4c
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
3.7.4 2
|
||||
3.7.4 3
|
||||
|
Loading…
Reference in New Issue
Block a user