Jump to content

kristoffer

Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by kristoffer

  1. Ruby was just an example I was actually working on a workflow to control the settings of a homebrew package, but it looks like that won't be possible.
  2. I'm working on a shell script that needs to execute some commands installed with homebrew. It's not working, because the path is different in the shell Alfred uses. For instance, if I do "which ruby" in my own shell I get a path to the Ruby version I've installed with homebrew, but if I do the same with my script I get "/usr/bin/ruby" which is the system default. How do I get access to the same shell as the default one, the one where homebrew is available? I've tried sourcing .bash_profile but that doesn't help.
×
×
  • Create New...