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

Permission denied downloading orca? #111

Closed
mpowell12 opened this issue Aug 8, 2018 · 3 comments
Closed

Permission denied downloading orca? #111

mpowell12 opened this issue Aug 8, 2018 · 3 comments

Comments

@mpowell12
Copy link

Command failed: cp /Applications/orca.app/Contents/Resources/app/bin/orca.sh /usr/local/bin/orca
cp: /usr/local/bin/orca: Permission denied

error message for mac

@etpinard
Copy link
Contributor

/usr/local/bin/orca is usually a protected directory.

You could try to add sudo at the start of that command (if you have admin rights on your machine of course), or cp orca to a directory in your $PATH that you have access to.

@mpowell12
Copy link
Author

this worked! thank you

@jonmmease
Copy link
Contributor

See PR #122 for a proposed solution to avoid this permissions error.

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

3 participants