Add homebrew python path stuff.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 27 Feb 2010 16:52:58 -0500 |
parents |
83dfec5ddf02
|
children |
c7536eed5cc8
0f2d16a931f3
|
branches/tags |
(none) |
files |
.zshrc |
Changes
--- a/.zshrc Thu Feb 11 20:03:55 2010 -0500
+++ b/.zshrc Sat Feb 27 16:52:58 2010 -0500
@@ -26,6 +26,7 @@
export EDITOR='vim'
export PATH="/usr/local/bin:/usr/local/sbin:$HOME/lib/fmscripts:$HOME/bin:$PATH"
export PATH="$HOME/.gem/ruby/1.8/bin:${PATH}"
+export PATH="${PATH}:/usr/local/Cellar/PyPi/3.6/bin"
export WORKON_HOME="${HOME}/lib/virtualenvs"
export GREP_OPTIONS='--color=auto'
export HISTSIZE=1000
@@ -39,7 +40,7 @@
# Mercurial variables --------------------------------------------------------
export PATH="$HOME/lib/hg/hg-stable:$PATH"
-export PYTHONPATH="$HOME/lib/hg/hg-stable:$PYTHONPATH"
+export PYTHONPATH="$HOME/lib/hg/hg-stable:/usr/local/lib/python2.6/site-packages:$PYTHONPATH"
# Extra shell extensions like z and tab completion for Mercurial -------------
source ~/lib/z/z.sh