, SO, :
: cocoapods: : gem
http://www.relaxdiego.com/2012/02/using-gcc-when-xcode-43-is-installed.html
i iMac, , cocoapods , . (ruby, gcc) , , .
, ~/.bashrc ~/.bash_profile , virtualenv :
.bashrc:
export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/Desktop/Programming
source /usr/local/bin/virtualenvwrapper.sh
and in .bash_profile:
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
after commenting out these lines and searching for .bashrc and .bash_profile
$ source ~/.bashrc
$ source ~/.bash_profile
then
$ sudo gem install cocoapods
worked flawlessly ...
hope this helps someone else in my previously hopeless situation.
source
share