magestead
magestead copied to clipboard
-bash: magestead: command not found
I'm running mac OS El Capitan and I'm having the same error , i fixed the path using echo 'export PATH="$PATH:$HOME/.composer/vendor/bin"' >> ~/.bash_profile but still not working .
+1
@s2010 Do you have an example output? Is $HOME
defined? What happens if you set it to
export PATH="$PATH:~/.composer/vendor/bin"' >> ~/.bash_profile