Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPG on Mac #1

Open
FeLoe opened this issue Dec 10, 2019 · 1 comment
Open

GPG on Mac #1

FeLoe opened this issue Dec 10, 2019 · 1 comment

Comments

@FeLoe
Copy link

FeLoe commented Dec 10, 2019

On Mac OS the decryption step only works after manually installing GnuPG, this need to be reflected in the requirements (not sure exactly how at the moment..).

Unlike most Linux distributions (which make heavy use of GnuPG for ensuring untampered software within their package repositories), Mac OS X does not bring GnuPG with the operating system, so you have to install it on your own.

Possible sources are:

Package manager Homebrew: brew install gnupg gnupg2
Package manager MacPorts: sudo port install gnupg gnupg2
Install from GPGTools, which also brings GUI applications and integration in Apple Mail

@vanatteveldt
Copy link
Member

Good point. We probably need to think about the "pre-requirements", eg. things that need to be installed before the "doit" can do its work.

Does the python pip install step work out of the box?
Did you try the R/packrat step?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants