JohnSundell / ShellOut

Easily run shell commands from a Swift script or command line tool
MIT License
870 stars 83 forks source link

I get an error when I execute the pod command #55

Closed Moxacist closed 3 years ago

Moxacist commented 3 years ago

I get an error when I execute the command

let _ = try shellOut(to: .installCocoaPods())
Error: ShellOut encountered an error
Status code: 127
Message: "/bin/bash: pod: command not found"
Output: ""
Program ended with exit code: 1