Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should use full paths to tools #1960

Closed
gitfoxi opened this issue Feb 6, 2017 · 3 comments
Closed

Should use full paths to tools #1960

gitfoxi opened this issue Feb 6, 2017 · 3 comments

Comments

@gitfoxi
Copy link

gitfoxi commented Feb 6, 2017

  • [x ] Ran brew update and retried your prior step?
  • [x ] Ran brew doctor, fixed as many issues as possible and retried your prior step?
  • [x ] Confirmed this is problem with Homebrew/brew and not specific formulae? If it's a formulae-specific problem please file this issue at https://github.com/Homebrew/homebrew-core/issues/new

You can erase any parts of this template not applicable to your Issue.

Bug reports:

I had a funny problem where every time I'd run homebrew install ... my mac would go to sleep. Well, it turns out that I'd written a script to sleep the mac and named it sleep -- like an idiot, I know. Anyway, it exposes the larger issue that a self contained system like homebrew is calling sleep instead of /bin/sleep

Propose a feature:

Since the user's environment shouldn't mess up homebrew, maybe set the PATH= while homebrew is running. This will force people to notice when they make the mistake of calling a tool without an absolute path.

@MikeMcQuaid
Copy link
Member

Since the user's environment shouldn't mess up homebrew, maybe set the PATH= while homebrew is running. This will force people to notice when they make the mistake of calling a tool without an absolute path.

Agreed, this is part of #932.

@gitfoxi
Copy link
Author

gitfoxi commented Feb 7, 2017 via email

@MikeMcQuaid
Copy link
Member

Sorry, I don't agree but thanks anyway.

@Homebrew Homebrew locked and limited conversation to collaborators Feb 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants