Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh: command not found: magestead #94

Closed
mnuhell opened this issue Feb 13, 2017 · 3 comments
Closed

zsh: command not found: magestead #94

mnuhell opened this issue Feb 13, 2017 · 3 comments

Comments

@mnuhell
Copy link

mnuhell commented Feb 13, 2017

I have installed magested in OSX Capitan but i when run magestead new project
Shows an error.

zsh: command not found: magestead

in ~/.composer/vendor show this

autoload.php composer guzzlehttp laravel phpspec psr sebastian webmozart
bin doctrine jolicode phpdocumentor phpunit richdynamix symfony

Thanks so much!!

@ramsaybell
Copy link

Hi Manuel, is Composer running globally on your system? On OS X:

Edit your bash profile on the terminal:
vi ~/.bash_profile

Add this:

export PATH=~/.composer/vendor/bin:$PATH

Let me know if you get Magestead running i'm still having issues see here: #87

@mnuhell
Copy link
Author

mnuhell commented Feb 27, 2017

Hi, @ramsaybell, thanks for your answer,
it's already working.

@ramsaybell
Copy link

@mvillagordo Ahh OK, I couldn't get Magestead working so I've built my development environments using Docker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants