Skip to content

Commit

Permalink
Merge pull request ma6174#28 from androidyue/master
Browse files Browse the repository at this point in the history
Fix twisted installation Error in Mac caused by Xcode Version limit
  • Loading branch information
ma6174 committed Jun 2, 2014
2 parents 69f2704 + ec0137b commit d1addfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ fi
if which brew >/dev/null;then
echo "You are using HomeBrew tool"
brew install vim ctags git astyle
##Fix twisted installation Error in Mac caused by Xcode Version limit
sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future easy_install twisted
fi

sudo easy_install -ZU autopep8 twisted
Expand Down

0 comments on commit d1addfd

Please sign in to comment.