Open PascalGrosse opened 6 months ago
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 ?
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
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.