gpt4 book ai didi

php - 安装了 Composer ,但得到/usr/bin/env : php: No such file or directory

转载 作者:IT王子 更新时间:2023-10-29 00:01:46 34 4
gpt4 key购买 nike

在 CentOS 7 上,我安装了 PHP 7.1。

然后我安装了 Composer :

cd /tmp
curl -sS https://getcomposer.org/installer | php71 --> used php71 instead of php, php didn't work
mv composer.phar /usr/local/bin/composer

然后,当使用 composer 时,我得到:

/usr/bin/env: php: No such file or directory

当使用 sudo composer 时,我得到:

sudo: composer: command not found

最佳答案

作为@alexhowansky建议in a comment ,我运行了以下命令:

sudo ln -s /usr/bin/php71 /usr/bin/php

现在 composer 命令起作用了。

关于php - 安装了 Composer ,但得到/usr/bin/env : php: No such file or directory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43878731/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com