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 trialDavid Langley
10,965 Pointsmate command not found ?
I followed all the instruction in your video however when I got to the line where we enter;
mate ~/.bash_profile
I get;
command not found
I reinstalled text mate thinking it might have something to do with that, no good.
Any ideas ? thanks in advance.
3 Answers
Christopher Peters
1,927 PointsDavid Langley, TexMate has a spot in the preferences to install the command.
<img src="http://i.imgur.com/h6fOeRQ.png"></img>
Looks like the instructions miss this, cc'ing Jason Seifer
Kevin Hackett
10,441 PointsOpen up Textmate and go to the preferences menu. Click on the terminal tab at the top.
The first section will explain what to do.
If you have a mac, you can open up the .bashrc file in textedit using the following command: open -e .bashrc
Add this line to the top of the file: export EDITOR="/usr/local/bin/mate -w"
Save and close out
Back in terminal tab within preferences in textmate, click the Install button and that should be everything good to go.
Peaches Stubbs
21,320 PointsThanks for posting this guys I was having this exact problem and the answers here definitely helped me :)
Eric Dolan
1,017 PointsEric Dolan
1,017 Pointsever get an answer? would love one
Richard Potts
2,760 PointsRichard Potts
2,760 PointsI'm having the same problem, can anyone help?