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
Actual Behaviour
When I start Colima GUI via Finder or Spotlight,
then the app launches, but any button / command results in sh: colima: command not found
Expected Behaviour
Colima GUI can detect the colima binary and launch commands successfully.
The GUI app should check "default" locations (see below) to find the required binary
Additional information / Workaround
It seems that PATH for GUI Applications (don't know much about macos-specifics here) is configured differently than within Terminals - obviously colima can't be found:
I've installed colima via brew, so directories should be pretty much standard:
❯ brew --prefix
/opt/homebrew
❯ which colima
/opt/homebrew/bin/colima
In my Terminal, PATH is properly set to find homebrew-managed programs and if I start Colima GUI here, it'll find colima and works as expected.
The text was updated successfully, but these errors were encountered:
Actual Behaviour
When I start Colima GUI via Finder or Spotlight,
then the app launches, but any button / command results in
sh: colima: command not found
Expected Behaviour
Colima GUI can detect the
colima
binary and launch commands successfully.The GUI app should check "default" locations (see below) to find the required binary
Additional information / Workaround
It seems that
PATH
for GUI Applications (don't know much about macos-specifics here) is configured differently than within Terminals - obviouslycolima
can't be found:I've installed colima via brew, so directories should be pretty much standard:
In my Terminal,
PATH
is properly set to find homebrew-managed programs and if I start Colima GUI here, it'll findcolima
and works as expected.The text was updated successfully, but these errors were encountered: