From 04a1b20792fd41d9db8ba8484502de2e4c7c6558 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Sat, 14 Dec 2013 16:28:31 +0100 Subject: [PATCH] no more /usr/local/share/python* for homebrew --- shell/homebrew | 6 ------ 1 file changed, 6 deletions(-) diff --git a/shell/homebrew b/shell/homebrew index 4e57e41..186d967 100755 --- a/shell/homebrew +++ b/shell/homebrew @@ -6,12 +6,6 @@ NODE_PATH=/usr/local/lib/node export NODE_PATH PATH=$PATH:/usr/local/share/npm/bin -# python -test -d /usr/local/share/python3 && PATH="/usr/local/share/python3:$PATH" -test -d /usr/local/share/python && PATH="/usr/local/share/python:$PATH" - -export PATH - # no emoji HOMEBREW_NO_EMOJI="you bet" export HOMEBREW_NO_EMOJI