I have created a simple grails application. When i ls
the folder the following is what i get:
Ma-MacBook-Pro:library ma$ ls
application.properties lib test
grails-app scripts web-app
grailsw src wrapper
grailsw.bat target
Now i want to open this project in TextMate so i can edit it. When i type mate .
it says -bash: mate: command not found
.
The TextMate version i am using is TextMate version 2.0-alpha.9501
. My OS is OS X 10.9
. Can some one tell me how i could open the project in TextMate
Not really a programming question... Anyway, here goes:
mate
is not on your PATH. What does which mate
return? (I'm guessing nothing...)open
command. Try open /Applications/TextMate.app/ .