davidtsadler / ebay-sdk-examples

Several examples of using the eBay SDK for PHP
http://devbay.net
Apache License 2.0
184 stars 100 forks source link

curl -sS https://getcomposer.org/installer | php #94

Closed jimi13 closed 4 years ago

jimi13 commented 4 years ago

curl -sS https://getcomposer.org/installer | php

throws bash: php: command not found curl: (23) Failed writing body (0 != 16133)

I'm in the directory, kinda noob using github bash.

I can do it without the | php, but then the next line says php: command not found

any help would be awesome

jimi13 commented 4 years ago

Figured this out, I just used my servers terminal instead of git bash, I would have to have created a ssh and edited it, composer has always been a mystery to me, but now I understand how.