richdynamix / magestead

The Vagrant Solution for Magento Developers
81 stars 29 forks source link

-bash: magestead: command not found #95

Open s2010 opened 7 years ago

s2010 commented 7 years ago

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 .

anomaddev commented 7 years ago

+1

richdynamix commented 7 years ago

@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