bash:atom:命令找不到如何在windows中解决这个问题?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bash:atom:命令找不到如何在windows中解决这个问题?相关的知识,希望对你有一定的参考价值。

我是使用这种Git技术的新手,并开始在youtube上学习一些教程。

我正面临这个问题,但我无法利用它的解决方案。 我不知道有什么重要的事情:

https://i.stack.imgur.com/GdMbL.jpg

    $ atom .
bash: atom: command not found

有人可以告诉我一个正确的解决方案吗?


答案

正如atom/atom issue 11073所说,它是一个PATH问题:

echo $PATH

在常规CMD中,键入:

where atom

这将给你一个C:path oatom。 (确保你有Atom installed first

在bash会话中,您可以添加该路径:

export PATH=${PATH}:/c/path/to/atom

然后在bash会话中输入“atom”。

如果这样做,请将该导出行添加到~/.bashrc

以上是关于bash:atom:命令找不到如何在windows中解决这个问题?的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Windows 的 git bash 中运行“make”命令?

Bash:Python3:找不到命令(Windows,discord.py)

bash:找不到nodemon命令Windows 10

Electron Atom - 编译后找不到模块“Node-Windows”

adb:在 Git Bash 中找不到命令

找不到命令 - bash : sqlplus: