Skip to content

Commit

Permalink
added fix for brew doctor warnings if using pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
fire1ce committed May 3, 2020
1 parent c32740a commit 62c2f8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions brewup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ PATH="/usr/local/bin:/usr/local/sbin:/Users/${USER}/.local/bin:/usr/bin:/usr/sbi
## Fix for brew doctor warnings if using pyenv
if which pyenv >/dev/null 2>&1; then
brew='env PATH=${PATH//$(pyenv root)\/shims:/} brew'
else
brew='/usr/local/bin/brew "$@"'
fi

DATE=$(date '+%Y%m%d.%H%M')
Expand Down
30 changes: 0 additions & 30 deletions test.sh

This file was deleted.

0 comments on commit 62c2f8e

Please sign in to comment.