Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove Python paths from PATH
Homebrew no longer requires this.
  • Loading branch information
igstan committed Jun 21, 2013
1 parent 4e52f7a commit dd69027
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .bash_profile
Expand Up @@ -69,8 +69,6 @@ export EDITOR="sublime -w"
export PATH="$HOME/.cabal/bin:$PATH"
export PATH="/usr/local/lib/node:$PATH"
export PATH="/usr/local/share/npm/bin:$PATH"
export PATH="/usr/local/share/python3:$PATH"
export PATH="/usr/local/share/python:$PATH"
export PATH="/Applications/Racket/bin:$PATH"
export PATH="/usr/local/sbin:$PATH"
export PATH="/usr/local/bin:$PATH"
Expand Down

0 comments on commit dd69027

Please sign in to comment.