(Because a few people have been having this problem.)
Have you recently updated oh-my-zsh
on your OS X install? Do you use the virtualenvwrapper
plugin? Are you seeing “workon_cwd:6: command not found: realpath
” whenever you try to cd
?
There’s a simple fix: brew install coreutils
. That will provide the realpath
command.