summaryrefslogtreecommitdiff
path: root/build-support/disabled/python-pip-bootstrap/install.sh
blob: e81432e61f15da62579c40495bdb4cd6b4c107d5 (plain)
1
2
3
4
post_install() {
	echo "Bootstrapping python pip, setuptools and wheel.."
	python /usr/bin/get-pip.py
}