[GELÖST] Probleme bei Installation mit MAMP, sh: composer: command not found

Hi!

Ich habe ein Problem bei der Installation von Shopware 6 mit MAMP.

 development$ bin/setup

führt beim Ausführen der Zeile

 exec(‚composer install --working-dir=‘ . __DIR__);

zum Fehler „command not found“.

Der Alias ist in der .bash_profile vorhanden. Im Terminal mit

      composer --version

u.a. auch (global) ausführbar.

Es sieht aber so aus, als wären mit

     #!/usr/bin/env php

und

 #!/usr/bin/env bash

alle Aliasse aus den Profildateien nicht mehr vorhanden (so auch mysql).

Vielen Dank für jeden Hinweis!

==>

Es waren unterschiedliche Probleme.

In jedem Fall half für den Fehler „composer command not found“

alias composer=„php /usr/local/bin/composer“

statt

alias composer=„php /usr/local/bin/composer.phar“