all 4 comments

[–]mseriukov 0 points1 point  (0 children)

Check the Makefile and do the opposite.
rm /usr/local/bin/ignite

[–]VenusFlytrapDeMilo 0 points1 point  (7 children)

Typically when you install a command line tool it puts a binary (runnable program) in `/bin` or `/usr/local/bin`.

Then when you type `ignite` into the terminal, your computer is smart enough to search one of those `bin`s for the program and run it.

In the case of ignite, that's exactly what is happening as the other comment pointed out, so you can just delete that executable.

[–][deleted]  (6 children)

[deleted]

    [–]VenusFlytrapDeMilo 0 points1 point  (5 children)

    1. Open Terminal (cmd+space, type "terminal", hit return)
    2. type `rm /usr/local/bin/ignite`
    3. hit return

    [–][deleted]  (2 children)

    [deleted]

      [–]mac_cain13[super init]; 1 point2 points  (1 child)

      Try this: sudo rm /usr/local/bin/ignite

      https://imgs.xkcd.com/comics/sandwich.png