Could someone please tell me how to install the shell commands for Atom to enable the atom
command in the command line?
相关问题
- How to get the return code of a shell script in lu
- Invoking Mirth Connect CLI with Powershell script
- Emacs shell: save commit message
- Virtual Environment and Atom
- “command not found” errors in expect script execut
相关文章
- 使用2台跳板机的情况下如何使用scp传文件
- In IntelliJ IDEA, how can I create a key binding t
- shell中反引号 `` 赋值变量问题
- How get the time in milliseconds in FreeBSD?
- Launch interactive SSH bash session from PHP
- Generate disk usage graphs/charts with CLI only to
- How can I create a small IDLE-like Python Shell in
- Pause shell script until user presses enter
I realize this is an old thread, but I felt I could help on this one as I did not see a lot of answers.
I had the same problem of not being able to run
atom
from the CLI, on my Windows box.My solution was to
So GIT and ATOM in that order. This added both Git and optional Unix tools to the PATH.
The downside is having to reinstall all your packages which for me was not fun as I had way too many.
Do you need this? https://atom.io/packages/atom-shell-commands
Im working with ubuntu and just went to the terminal and type:
$ sudo apm install atom-shell-commands
and then adding the commands to .config.cson file following the atom manual. Im newue with atom.
According to the Atom Flight Manual, they should be installed when you run Atom for the first time.
On my system (a Mac), they are installed in
/usr/local/bin
, but the location might vary depending on which platform you are using.EDIT: I see your other question where you indicate you're using Windows. So this may not apply to you, as the quoted section deals with Mac computers. But I'll leave the answer here in case it helps someone else in the future.