GPG program not found on OS X

5

1

Trying to run s3cmd on my mac book air, receiving the following message.

Success. Your access key and secret key worked fine :-)

Now verifying that encryption works... ERROR: Test failed: GPG program not found

Sorter

Posted 2013-10-09T18:50:11.397

Reputation: 391

Answers

11

If you didn't already, try installing s3cmd with Homebrew:

brew install s3cmd

Or try installing gpg with brew install gpg.

Lri

Posted 2013-10-09T18:50:11.397

Reputation: 34 501

5brew install gpg did the job – shem – 2015-09-06T09:04:11.657