ublue-os / toolboxes

Centralized repository of containers designed for Toolbox/Distrobox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

PascalGrosse opened this issue · comments

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.

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 ?

commented

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