我在名为e:的闪存驱动器上运行win7上的min32。我的php解释器位于e:\EasyHP-12.1\php\php546x130717222153\php.exe.
我正在尝试将php composer下载到一个项目中,使用:
php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));"
但这给出了:
sh.exe": php.exe: command not found
如何设置php的路径?
将命令行中的第一个php
替换为php:e:EasyPHP-12.1phpphp546x130717222153php.exe
的完整路径——无论您在哪个目录中,这都可能起到作用。
另一种方法是将该路径(没有php.exe
)实际添加到shell路径中。您应该能够找到如何使用stackoverflow做到这一点:https://stackoverflow.com/search?q=add+路径+到+窗口+环境