summaryrefslogtreecommitdiff
path: root/community/python-pip-bootstrap/install.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-08-30 18:18:52 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-08-30 18:18:52 +0000
commit9753554019c12cc1a9947c21b1d74b464df46e83 (patch)
tree00fec87a39512e055b661e8e70dd09bd0986874c /community/python-pip-bootstrap/install.sh
parentafb43895ec8d4e1eab1e66eed5d2946f1e1807f8 (diff)
downloadpackages-9753554019c12cc1a9947c21b1d74b464df46e83.tar.xz
community/python-pip-bootstrap
Diffstat (limited to 'community/python-pip-bootstrap/install.sh')
-rw-r--r--community/python-pip-bootstrap/install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/python-pip-bootstrap/install.sh b/community/python-pip-bootstrap/install.sh
new file mode 100644
index 00000000..e81432e6
--- /dev/null
+++ b/community/python-pip-bootstrap/install.sh
@@ -0,0 +1,4 @@
+post_install() {
+ echo "Bootstrapping python pip, setuptools and wheel.."
+ python /usr/bin/get-pip.py
+}