Skip to content

Instantly share code, notes, and snippets.

@harapeko
Created January 10, 2014 15:47
Show Gist options
  • Save harapeko/8356768 to your computer and use it in GitHub Desktop.
Save harapeko/8356768 to your computer and use it in GitHub Desktop.
ヾ(o゚ω゚o)ノ゙zshが「command not found」と云う ref: http://qiita.com/harapeko_wktk/items/285d5c2a409346e3d55e
% brew -v
zsh: command not found: brew
% rbenv -v
zsh: command not found: rbenv
% coffee -v
zsh: command not found: coffee
% echo $PATH
/usr/local/heroku/bin /usr/bin /bin
% PATH=/bin:/usr/bin:/usr/local/bin:${PATH}
% export PATH
% echo $PATH
/usr/local/heroku/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:
% brew -v
Homebrew 0.9.5
% rbenv -v
rbenv 0.4.0
% coffee -v
CoffeeScript version 1.6.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment