From 77d1dc9db8a54034d78d4f9b80ecb5be403b05cd Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Mon, 11 Feb 2013 00:14:51 +0400 Subject: [PATCH] Python. --- setup/stuff.sh | 1 + tilde/bash_profile.bash | 1 + 2 files changed, 2 insertions(+) diff --git a/setup/stuff.sh b/setup/stuff.sh index 56f27c6..6593d05 100755 --- a/setup/stuff.sh +++ b/setup/stuff.sh @@ -64,6 +64,7 @@ npm install -g jshint npm install -g bower # Python +brew install python sudo pip install fabric # Remove outdated versions from the cellar diff --git a/tilde/bash_profile.bash b/tilde/bash_profile.bash index dbf2414..1cae8bb 100644 --- a/tilde/bash_profile.bash +++ b/tilde/bash_profile.bash @@ -40,6 +40,7 @@ function _prepend_path() { # Extend $PATH [ -d /usr/local/bin ] && _prepend_path "/usr/local/bin" +[ -d /usr/local/share/python ] && _prepend_path "/usr/local/share/python" [ -d /usr/local/share/npm/bin ] && _prepend_path "/usr/local/share/npm/bin" command -v brew >/dev/null 2>&1 && _prepend_path "$(brew --prefix coreutils)/libexec/gnubin" [ -d ~/dotfiles/bin ] && _prepend_path "$HOME/dotfiles/bin"