Download:
child 175:b8ac40257cb4
parent 173:7c2e8fa084cf
174:2b4ab6c3384d
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

1 файлов изменено, 1 вставок(+), 2 удалений(-) [+]
.bashrc file | annotate | diff | comparison | revisions
--- a/.bashrc Sun Mar 17 13:32:23 2019 +0800
+++ b/.bashrc Sun Mar 17 13:35:27 2019 +0800
@@ -44,8 +44,7 @@
. ~/.bash_prompt
fi
-# pip cache
-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