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

Please adjust setup.py to use /usr/local areas instead of /usr ones #5

Open
vkuznet opened this issue Aug 17, 2018 · 1 comment
Open

Comments

@vkuznet
Copy link
Contributor

vkuznet commented Aug 17, 2018

On OSX the /usr area is protected by SIP (System Integrity Protection) and there your setup.py fails to install the package. What needs to be changed is /usr to /usr/local area in setup.py, e.g.
https://github.com/scitokens/x509-scitokens-issuer/blob/master/setup.py#L17-18

I also not sure about /etc/httpd and /etc/x509-scitokens-issuer locations since the end-user may not have ability to install in these areas either. May be it would be easier to make appropriate configuration option with these defaults.

@vkuznet
Copy link
Contributor Author

vkuznet commented Aug 17, 2018

The patch is here: #6

bbockelm added a commit that referenced this issue Sep 21, 2018
Fix issue #5 with missing os module and use /usr/local to avoid SIP problem on OSX
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

1 participant