brew python fix

This commit is contained in:
Locojay 2011-05-30 21:43:36 -04:00
commit e33a71dc6a
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -2,6 +2,7 @@ locals.zsh
log/.zsh_history
projects.zsh
custom/*
!custom/brew.plugin.zsh
!custom/example
!custom/example.zsh
cache

2
custom/brew.plugin.zsh Normal file
View file

@ -0,0 +1,2 @@
#python path ==> brew easy_install and pip are used
export PATH='/usr/local/share/python':$PATH