Mac上安装nginx提示active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist

博主今天在mac上执行brew install nginx-full --with-rtmp-module安装nginx,怎么调试都无法安装成功,一直提示xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist Use `sudo xcode-select --switch path/to/Xcode.app` to specify the Xcode that you wish to use for command line developer tools, or use `xcode-select --install` to install the standalone command line developer tools. See `man xcode-select` for more details.查阅资料发现问题所在

  • mac下卸载了xcode,就会发生默认开发工具路径错误的问题,需要执行以下命令重置系统默认开发工具路径
    sudo xcode-select -r
    xcode-select --switch /Library/Developer/CommandLineTools
    xcode-select -p
    
  • 执行nginx命令就会开启nginx服务器,并访问localhost:8080端口就可以看到服务器已开启
  • 关于nginx
    • 端口号是在配置文件 nginx.conf 里面配置的,默认端口是 8080 ,配置文件的位置 /usr/local/etc/nginx
    • 关闭nginx:sudo nginx -s stop
    • 重新加载nginx:sudo nginx -s reload
    • 如果出现端口冲突问题则需要修改nginx.conf文件的端口号
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值