John Cato
John Cato

Reputation: 13

I'm having issues with my Terminal

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

Answers (2)

meta-dao
meta-dao

Reputation: 69

If your application is called "Atom 2" or something, try this:

  1. Open /usr/local/bin/atom
  2. Change the line ATOM_APP_NAME=Atom.app to something like ATOM_APP_NAME='Atom 2.app'

Upvotes: 3

Tony Gaeta
Tony Gaeta

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

Related Questions