Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Issues installing CocoaPods

I'm trying to get CocoaPods set up in OSX (I'm running 10.8.2) - so I run

sudo gem install cocoapods

It succeeds and I get - 'Successfully installed cocoapods-0.17.2 1 gem installed'

Then...I try pod setup '-bash: pod: command not found '

How do I get command line to recognize this command?

like image 537
Sean Avatar asked Apr 08 '13 01:04

Sean


1 Answers

Quitting and restarting Terminal fixed it for me. Actually, I just opened a new tab in Terminal.

like image 139
Elliot Avatar answered Nov 11 '22 14:11

Elliot