Pod: not found

After installing Cocoapods via the instructions here, I run my build it installs CocoaPods successfully it seems.

However, when it actually goes to run pod install, I get pod: not found:

$ cd ios; pod update; pod install
sh: 1: pod: not found

image

Any ideas?