【发布时间】:2022-08-12 06:32:19
【问题描述】:
首先,我在我的 Windows 机器上运行这个命令
$curl https://bun.sh/install | bash
上述第一个命令的输出
其次,我运行这个命令在文件中设置这个路径
$nano ~/.bashrc
上述第二条命令的输出
将这些变量设置到 ~/.bashrc 文件后。 我正在尝试使用以下命令检查刚安装的 Bun 版本:
$bun --version
运行上述命令后,我得到了以下输出:
Command \'bun\' not found, did you mean:
command \'ben\' from deb ben (0.9.0ubuntu2)
command \'bus\' from deb atm-tools (1:2.5.1-4)
command \'zun\' from deb python3-zunclient (4.0.0-0ubuntu1)
Try: apt install <deb name>
谁能帮我在我的Windows机器上顺利激活Bun?
-
另外,为了将来参考,请不要将文本作为图像发布。阅读here 了解原因。谢谢!
标签: javascript installation windows-subsystem-for-linux bun