summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-08-13 16:50:04 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-08-13 16:50:04 -0400
commit0ebe1dd551fb8a61ca1caefcf5a57d711a3880df (patch)
treebdd1ccb65f97388792d5770ac9022190673f5c69
parent2b98e4d7a828b4b8100078190bfa83253719b641 (diff)
downloaddocker-buildsys-vanilla-master.tar.gz
Cleanup pipHEADmaster
-rwxr-xr-xbuild_python.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_python.sh b/build_python.sh
index 50e358c..372b174 100755
--- a/build_python.sh
+++ b/build_python.sh
@@ -131,6 +131,8 @@ function post()
echo '---'
python --version
python -c "import sys; from pprint import pprint; pprint(sys.path)"
+
+ rm -rf $HOME/.config/pip
rm -rf "${python_tarball}"
rm -rf "${python_source}"
echo "All done."