bash: nginx: command not found
nginx 安装目录 /usr/local/nginx/sbin/nginx
在用户目录下 touch .bash_profile ,添加PATH:
PATH=$PATH:/usr/local/nginx/sbin export PATH
刷新 source .bash_profile
此时 which nginx 可以输出正确的路径。
原文链接:https://www.qiquanji.com/post/5245.html
本站声明:网站内容来源于网络,如有侵权,请联系我们,我们将及时处理。
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。