How to run quot;brewquot; command in windows..?(如何运行“brewWindows中的命令..?)
问题描述
在 windows 命令提示符中显示'brew' 不被识别为内部或外部命令".
It shows "'brew' is not recognized as an internal or external command" in windows command prompt.
我正在尝试从 github<安装 codeigniter-reactjs-example/strong>,其中第一个命令是 brew
.如何运行此命令以在 Windows 中安装该项目..?
I am trying to install codeigniter-reactjs-example from github, where first command is brew
.
How to run this command to install that project in Windows..?
推荐答案
Homebrew 也可用于 Linux 的 Windows 子系统 (WSL) 自 2.0.0 版起(2019 年 2 月发布),详见 @VonC 的 在下面回答.安装/使用说明位于:
Homebrew is also usable on Windows Subsystem for Linux (WSL) since version 2.0.0 (released February 2019), as detailed by @VonC's answer below. The instructions for installation/use are available at:
- https://docs.brew.sh/Homebrew-on-Linux
Homebrew 是仅适用于 MacOS 的命令行安装程序应用程序,它不适用于 Windows.
Homebrew is MacOS only command line installer application and it doesn't exist for Windows.
Windows 替代方案是:
The Windows alternatives are:
- 巧克力
- Npackd
- 独家报道
- OneGet for Windows 10
来源:https://laracasts.com/discuss/频道/laravel/homebrew-install-on-windows-os
这篇关于如何运行“brew"Windows中的命令..?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何运行“brew"Windows中的命令..?
- 从 PHP 中的输入表单获取日期 2022-01-01
- 如何定位 php.ini 文件 (xampp) 2022-01-01
- PHP Count 布尔数组中真值的数量 2021-01-01
- SoapClient 设置自定义 HTTP Header 2021-01-01
- Mod使用GET变量将子域重写为PHP 2021-01-01
- Laravel 仓库 2022-01-01
- 带有通配符的 Laravel 验证器 2021-01-01
- 正确分离 PHP 中的逻辑/样式 2021-01-01
- 没有作曲家的 PSR4 自动加载 2022-01-01
- Oracle 即时客户端 DYLD_LIBRARY_PATH 错误 2022-01-01