From 86dd4069c3c6cb410a929aefc478b460f88630a0 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 21 Sep 2014 17:57:26 -0700 Subject: [PATCH] Add .pip/pip.conf for pip cacheing. --- dotfiles/.pip/pip.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dotfiles/.pip/pip.conf diff --git a/dotfiles/.pip/pip.conf b/dotfiles/.pip/pip.conf new file mode 100644 index 00000000..2f09f74b --- /dev/null +++ b/dotfiles/.pip/pip.conf @@ -0,0 +1,2 @@ +[install] +download-cache = ~/.pip/download_cache \ No newline at end of file