Remove MacPorts stuff from PATH.
author |
Steve Losh <steve@stevelosh.com> |
date |
Fri, 11 Sep 2009 20:28:32 -0400 |
parents |
cf51f4cfaddc
|
children |
532b637f1326
|
branches/tags |
(none) |
files |
.bashrc |
Changes
--- a/.bashrc Thu Sep 10 19:11:30 2009 -0400
+++ b/.bashrc Fri Sep 11 20:28:32 2009 -0400
@@ -16,7 +16,7 @@
# Environment variables ------------------------------------------------------
export EDITOR='vim'
-export PATH="/usr/local/bin:~/lib/fmscripts:${PATH}:/opt/local/bin"
+export PATH="/usr/local/bin:~/lib/fmscripts:${PATH}"
export WORKON_HOME="${HOME}/lib/virtualenvs"
export PIP_VIRTUALENV_BASE=$WORKON_HOME
export GREP_OPTIONS='--color=auto'