Reputation: 13
I'm having some issues trying to open up Atom in my terminal. I know I can open it manually but I'm trying to figure out what exactly is the issue.
This is what I'm getting when I try to open Atom in my Terminal.
Cannot locate Atom.app, it is usually located in /Applications. Set the ATOM_PATH environment variable to the directory containing Atom.app.
Anyone have an idea as to what the issue is???
Upvotes: 0
Views: 322
Reputation: 69
If your application is called "Atom 2" or something, try this:
/usr/local/bin/atom
ATOM_APP_NAME=Atom.app
to something like ATOM_APP_NAME='Atom 2.app'
Upvotes: 3
Reputation: 126
lets get this fixed for you.
The error you're getting is indicating Atom isn't located where it should be, which is the Applications folder. Open up Applications and confirm it isn't there. If it isn't, locate where Atom is on your computer and drag it into the Applications folder. If you have Atom and Terminal both open, restart them. Then try opening Atom from the Terminal.
Upvotes: 1