Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Laravel 4 Basics Getting Started with Laravel Installing Laravel

Tautvydas Stiga
Tautvydas Stiga
613 Points

When I type command "subl ." I get the asnwer "the command not found". People, could you help me?

When I type command "subl ." I get the asnwer "the command not found". People, could you help me?

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

Hey there,

What you're looking for is a Command Line Utility for Sublime. The command is not automatically included. There is a resource on Github, or you can just Google something like "install sublime shortcut in command line."

If the utility is not installed, you will receive that error, so there is really nothing wrong with your computer or command.

I personally use Atom, and the utility seemed to be auto installed when I installed Atom, so I can't be much help with the Sublime utility... Sorry.

Hope you get it solved. :)

Keep Coding! :dizzy:

Hi Jason

I also use atom. So how do you access it using terminal? I type the word atom and the commands but nothing happens.

Jason Anders
Jason Anders
Treehouse Moderator 145,858 Points

Hi Ryan Jacob

That's is strange that nothing happens. When you install Atom it automatically installs the link needs to run shell commands. Have a look at this Stack Overflow Thread. The first answer to the post describes a few of the commands, but the 2nd and particularly the 3rd one touches on what to do if those commands don't work.

Hope you get it all figured. :) :dizzy: