0f2d16a931f3
More Python path crap.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 03 Mar 2010 18:02:20 -0500 |
parents | c4483b80c572 |
children | 8a80c95ddbc4 |
branches/tags | (none) |
files | .zshrc |
Changes
--- a/.zshrc Sat Feb 27 16:52:58 2010 -0500 +++ b/.zshrc Wed Mar 03 18:02:20 2010 -0500 @@ -27,6 +27,7 @@ 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 PATH="${PATH}:/usr/local/Cellar/python/2.6.4/bin" export WORKON_HOME="${HOME}/lib/virtualenvs" export GREP_OPTIONS='--color=auto' export HISTSIZE=1000