在不使用 sudo 的情况下运行 composer [英] Running composer without using sudo

查看:50
本文介绍了在不使用 sudo 的情况下运行 composer的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I've followed the guide on installing composer globally from the composer site: https://getcomposer.org/doc/00-intro.md#globally

The problem is I have to use sudo every time I use composer. This is a pain as every vendor folder that's created with sudo composer update is under the owner of root which I have to change to www-data.

Things I've tried:

I've tried using chmod +x /usr/local/bin/composer which still requires me to run composer with sudo as the file is owned by root.

Changing owner of /usr/local/bin/composer to www-data:www-data with privileges set to 775. Still requires me to run composer with sudo prepended first.

How can I resolve this so I do not have to use sudo every time I run composer?

解决方案

Figured out the problem.

1) I either had to clear out the cache in /home/lamp/.composer or change the owner of this

2) And change the owner of /usr/local/bin/composer

After doing these 2 changes I can now run composer commands without using sudo.

这篇关于在不使用 sudo 的情况下运行 composer的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆