From 9753554019c12cc1a9947c21b1d74b464df46e83 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 30 Aug 2018 18:18:52 +0000 Subject: community/python-pip-bootstrap --- community/python-pip-bootstrap/install2.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 community/python-pip-bootstrap/install2.sh (limited to 'community/python-pip-bootstrap/install2.sh') 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 +} -- cgit v1.2.3-54-g00ecf