summaryrefslogtreecommitdiff
path: root/community/python-pip-bootstrap/install2.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/install2.sh
parentafb43895ec8d4e1eab1e66eed5d2946f1e1807f8 (diff)
downloadpackages-9753554019c12cc1a9947c21b1d74b464df46e83.tar.xz
community/python-pip-bootstrap
Diffstat (limited to 'community/python-pip-bootstrap/install2.sh')
-rw-r--r--community/python-pip-bootstrap/install2.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/community/python-pip-bootstrap/install2.sh b/community/python-pip-bootstrap/install2.sh
new file mode 100644
index 00000000..b6aa16fa
--- /dev/null
+++ b/community/python-pip-bootstrap/install2.sh
@@ -0,0 +1,4 @@
+post_install() {
+ echo "Bootstrapping python2 pip, setuptools and wheel.."
+ python2 /usr/bin/get-pip2.py
+}