Anton Shestakov <av6@dwimlabs.net>, Sun, 17 Mar 2019 13:35:27 +0800
.bashrc: pip can find its own cache nowadays, but ccache needs to be in $PATH
--- a/.bashrc Sun Mar 17 13:32:23 2019 +0800
+++ b/.bashrc Sun Mar 17 13:35:27 2019 +0800
-export PIP_DOWNLOAD_CACHE=~/.pip/cache
+#export PATH="/usr/lib/ccache:$PATH"
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile