Open hagertyelliot opened 5 years ago
When trying to run ./magento on an existing Magento project I get the following error:
/usr/bin/env: 'php\r': No such file or directory
This is because there is a "\r" in the first line. Try this command
tr -d '\15' <magento> ./magento2
mv magento2 magento
When trying to run ./magento on an existing Magento project I get the following error:
/usr/bin/env: 'php\r': No such file or directory