diff options
Diffstat (limited to 'build_python.sh')
-rwxr-xr-x | build_python.sh | 2 |
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." |