【问题】/usr/bin/env: php: 没有那个文件或目录
php不是默认安装的,在使用symfony创建新项目时,出现这个提示。
[root@localhost html]# symfony demo /usr/bin/env: php: 没有那个文件或目录
解决方法是新增加一个php的软链接,指向到/usr/local/bin目录下。下面以我服务器上的demo举例:
[root@localhost bin]# ln -s /app/php/bin/php /usr/local/bin/php
再次执行 symfony demo就正常了。
[root@localhost html]# symfony demo Downloading the Symfony Demo Application... 6.21 MB/6.21 MB ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ 100% Preparing project... ✔ Symfony Demo Application was successfully installed. Now you can: 1. Change your current directory to /app/nginx/html/symfony_demo 2. Execute the php app/console server:run command to run the demo application. 3. Browse to the http://localhost:8000 URL to see the demo application in action.
【推荐】2025 HarmonyOS 鸿蒙创新赛正式启动,百万大奖等你挑战
【推荐】博客园的心动:当一群程序员决定开源共建一个真诚相亲平台
【推荐】开源 Linux 服务器运维管理面板 1Panel V2 版本正式发布
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步