On my Ubuntu 12.04 LTS I was trying to install oh-my-zsh by following command found on github oh-my-zsh project page.
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh
But I'm getting the following error. Tried with sudo, same result.
Looking for an existing zsh config...
Found ~/.zshrc. [0;32]Backing up to ~/.zshrc.pre-oh-my-zsh
Using the Oh My Zsh template file and adding it to ~/.zshrc
Copying your current PATH and adding it to the end of ~/.zshrc for you.
Time to change your default shell to zsh!
Password: chsh: PAM authentication failed
__ __
__ / /_ _ __ __ __ __ _/ /_
/ __ / __ \ / __ `__ / / / / /_ / / / _ \
/ // / / / / / / / / / / // / / /( ) / / /
_// // // // //_, / //// //
/_/
....is now installed. sh: 39: source: not found
Any suggestions? Thanks.
/usr/bin/env zsh source ~/.zshrc– moonstruck Nov 9 '12 at 21:34