We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3cda8 commit b3b1935Copy full SHA for b3b1935
build.sh
@@ -7,3 +7,5 @@ source env.sh
7
jhbuild bootstrap-gtk-osx
8
jhbuild build meta-gtk-osx-bootstrap
9
jhbuild build meta-gpodder-native
10
+
11
+jhbuild run ./install-pip.sh
install-pip.sh
@@ -0,0 +1,4 @@
1
+#!/bin/sh
2
3
+unset PYTHONUSERBASE
4
+python3 -E -m ensurepip --default-pip
0 commit comments