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

gnu stow (installed from brew) not working in bluefin-cli #85

Open
PascalGrosse opened this issue Apr 30, 2024 · 2 comments
Open

gnu stow (installed from brew) not working in bluefin-cli #85

PascalGrosse opened this issue Apr 30, 2024 · 2 comments

Comments

@PascalGrosse
Copy link

I installed stow with brew inside bluefin-cli, but it doesn't work: it seems /usr/bin/perl is hardcoded in the first line of the script, but there is no perl inside bluefin-cli.

Btw, stow works perfectly when installed from brew on the host.

@PascalGrosse
Copy link
Author

I just found a simple workaround:

sudo ln -s /usr/bin/distrobox-host-exec /usr/bin/perl

Should it be included at the container level ?

@m2Giles
Copy link
Member

m2Giles commented May 11, 2024

Yepp, brew is outside of your homedir so it is not automatically mounted into the container.

Bluefin-cli has a separate install of brew that lives inside of your homedir

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