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

Permissions issue with rakudo install - suggest tweak to README #41

Open
librasteve opened this issue Nov 12, 2021 · 3 comments
Open

Permissions issue with rakudo install - suggest tweak to README #41

librasteve opened this issue Nov 12, 2021 · 3 comments

Comments

@librasteve
Copy link

hi - I am installing rakudo-moar-2021.10-01-macos-arm64-clang.tar.gz on a 100% factory restore Apple macOS Monterey on M1 (Terminal.app 'run using rosetta' off, but rosetta 2 installed) and had to go 'chmod +x set-env.sh' ... suggest edit this step into the README.md ...?

@librasteve
Copy link
Author

oh - and there's a real error:

% eval "$(/Users/stephenroe/rakudo/rakudo-moar-2021.10-01-macos-arm64-clang/scripts/set-env.sh)"
/Users/stephenroe/rakudo/rakudo-moar-2021.10-01-macos-arm64-clang/scripts/set-env.sh: line 42: /bin/grep: No such file or directory
/Users/stephenroe/rakudo/rakudo-moar-2021.10-01-macos-arm64-clang/scripts/set-env.sh: line 42: /bin/grep: No such file or directory

fix is to edit
/bin/grep to /usr/bin/grep

@grondilu
Copy link

fix is to edit /bin/grep to /usr/bin/grep

Or just grep. I really don't see why an absolute path would be required here.

@lembark
Copy link

lembark commented Dec 1, 2021 via email

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