From e33a71dc6a31ac48f9e6c3189d7fafa6a805b77c Mon Sep 17 00:00:00 2001 From: Locojay Date: Mon, 30 May 2011 21:43:36 -0400 Subject: [PATCH] brew python fix --- .gitignore | 1 + custom/brew.plugin.zsh | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 custom/brew.plugin.zsh diff --git a/.gitignore b/.gitignore index 8fdfae286..9f2ddfc8f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ locals.zsh log/.zsh_history projects.zsh custom/* +!custom/brew.plugin.zsh !custom/example !custom/example.zsh cache diff --git a/custom/brew.plugin.zsh b/custom/brew.plugin.zsh new file mode 100644 index 000000000..d90eda237 --- /dev/null +++ b/custom/brew.plugin.zsh @@ -0,0 +1,2 @@ +#python path ==> brew easy_install and pip are used +export PATH='/usr/local/share/python':$PATH