magestead icon indicating copy to clipboard operation
magestead copied to clipboard

-bash: magestead: command not found

Open s2010 opened this issue 8 years ago • 2 comments

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 .

s2010 avatar Feb 17 '17 10:02 s2010

+1

anomaddev avatar May 04 '17 21:05 anomaddev

@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

richdynamix avatar May 07 '17 10:05 richdynamix