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
- Libpuzzle 索引数百万张图片? 2022-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- 在多维数组中查找最大值 2021-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01