You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems none of /etc/profile, bashrc, profile, bash_profile works, because shell could recognize brew bin and after eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" which is already in bashrc and profile.
I wonder if this is a bug, or an intended behavior.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I built my own runner image based on https://github.com/actions-runner-controller/actions-runner-controller/tree/master/runner which adding cmd to install linuxbrew as below
And tested with this step.
It seems none of

/etc/profile
, bashrc, profile, bash_profile works, because shell could recognizebrew
bin and aftereval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
which is already in bashrc and profile.I wonder if this is a bug, or an intended behavior.
Beta Was this translation helpful? Give feedback.
All reactions