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

crew-sudo (standalone) throws error: env: 'ruby': No such file or directory #3

Open
DennisLfromGA opened this issue Apr 4, 2024 · 1 comment

Comments

@DennisLfromGA
Copy link

I installed crew-sudo v1.1 without chromebrew but it appears to require 'ruby'.

Do I need to install chromebre 'chruby.rb' first?

Also, the install.sh script throws the error:

./install.sh: line 2: CREW_DEST_PREFIX: unbound variable

When the bash '-u' option is set and 'CREW_DEST_PREFIX' is unset.

@supechicken
Copy link
Member

Sorry for the late reply😅 The only runtime dependency of this project is ruby, so it should work without Chromebrew (as long as you have a working ruby environment).

Also, the install.sh script throws the error:

./install.sh: line 2: CREW_DEST_PREFIX: unbound variable

When the bash '-u' option is set and 'CREW_DEST_PREFIX' is unset.

That's expected on environments with no chromebrew, maybe try removing the -u flag in install.sh?

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