Skip to content

Commit b3b1935

Browse files
committed
Install pip.
1 parent bf3cda8 commit b3b1935

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ source env.sh
77
jhbuild bootstrap-gtk-osx
88
jhbuild build meta-gtk-osx-bootstrap
99
jhbuild build meta-gpodder-native
10+
11+
jhbuild run ./install-pip.sh

install-pip.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
unset PYTHONUSERBASE
4+
python3 -E -m ensurepip --default-pip

0 commit comments

Comments
 (0)