我是Laravel和使用终端的新手。
我在全局范围内安装了composer,它正在运行,但当我尝试mv时,我得到了一个错误:
$ curl -sS https://getcomposer.org/installer | php
$ mv composer.phar /usr/local/bin/composer
No such file or directory
我回显$PATH并得到这个:
/Users/ebernal/.rvm/gems/ruby-1.9.3-p286/bin:/Users/ebernal/.rvm/gems/ruby-1.9.3-
p286@global/bin:/Users/ebernal/.rvm/rubies/ruby-1.9.3-
p286/bin:/Users/ebernal/.rvm/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
不知道这一切意味着什么,为什么终端找不到/usr/local/bin?
我可以使用composer.phar运行composer,它大部分都在运行,但最后我得到了这个错误:
Script php artisan clear-compiled handling the post-install-cmd event returned with an
error
[RuntimeException]
Error Output:
感谢您的帮助
正如错误消息中所说,no such file or directory
。
找到/usr/local/bin/composer文件。显示隐藏文件夹或使用cd
命令在终端中导航。
您可能没有composer文件夹,因此它无法将其移动到其中。