brunophilipe / Cakebrew

Manage your Homebrew formulas with style using Cakebrew.
http://www.cakebrew.com
GNU General Public License v3.0
4.81k stars 255 forks source link

Homebrew is not installed #167

Closed seasox closed 8 years ago

seasox commented 8 years ago

On first start, I get "Homebrew is not installed", but it is installed:

jb@jb-mbp:~ % which brew
/usr/local/bin/brew
jb@jb-mbp:~ % brew cask info cakebrew
cakebrew: 1.2
Cakebrew
https://www.cakebrew.com/
/opt/homebrew-cask/Caskroom/cakebrew/1.2 (267 files, 4.4M)
https://github.com/caskroom/homebrew-cask/blob/master/Casks/cakebrew.rb
==> Contents
  Cakebrew.app (app)
jb@jb-mbp:~ % 
brunophilipe commented 8 years ago

What shell and terminal app are you using?

Sent from my iPhone

On Mar 5, 2016, at 16:10, Jeremy Boy notifications@github.com wrote:

On first start, I get "Homebrew is not installed", but it is installed:

jb@jb-mbp:~ % which brew /usr/local/bin/brew jb@jb-mbp:~ % brew cask info cakebrew cakebrew: 1.2 Cakebrew https://www.cakebrew.com/ /opt/homebrew-cask/Caskroom/cakebrew/1.2 (267 files, 4.4M) https://github.com/caskroom/homebrew-cask/blob/master/Casks/cakebrew.rb ==> Contents Cakebrew.app (app) jb@jb-mbp:~ %

— Reply to this email directly or view it on GitHub.

seasox commented 8 years ago

I use Terminal.app and tcsh. It also works with bash:

jb@jb-mbp:~ % bash
bash-3.2$ which brew
/usr/local/bin/brew
bash-3.2$ brew cask info cakebrew
cakebrew: 1.2
Cakebrew
https://www.cakebrew.com/
/opt/homebrew-cask/Caskroom/cakebrew/1.2 (267 files, 4.4M)
https://github.com/caskroom/homebrew-cask/blob/master/Casks/cakebrew.rb
==> Contents
  Cakebrew.app (app)
bash-3.2$ 
brunophilipe commented 8 years ago

The problem is that tsch is set as your default shell in the environment used to launch the app, and it is not supported, as shown in this page: https://github.com/brunophilipe/Cakebrew/wiki/Known-Issues

As of now I don't think it will work. I'm sorry.

Sent from my iPhone

On Mar 5, 2016, at 16:13, Jeremy Boy notifications@github.com wrote:

I use Terminal.app and tcsh. It also works with bash: jb@jb-mbp:~ % bash bash-3.2$ which brew /usr/local/bin/brew bash-3.2$ brew cask info cakebrew cakebrew: 1.2 Cakebrew https://www.cakebrew.com/ /opt/homebrew-cask/Caskroom/cakebrew/1.2 (267 files, 4.4M) https://github.com/caskroom/homebrew-cask/blob/master/Casks/cakebrew.rb ==> Contents Cakebrew.app (app) bash-3.2$

— Reply to this email directly or view it on GitHub.