<i>go to TextMate > Help > Terminal usage… to install the CLI tools.</i><br>When I click on Create Link, it says, Couldnt create link. Failed with the following reason : Operation not permitted.<br><br>anjanesh$ sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate<br>
Password:<br>ln: /usr/local/bin/mate: File exists<br>anjanesh$ mate<br>-bash: mate: command not found<br><br clear="all">---------------------------------------------------------<br>Thanks & Regards<br><a href="http://anjanesh.com" target="_blank">Anjanesh</a> <a href="http://anjanesh.co.in" target="_blank">Lekshminarayanan</a><br>
<br>
<br><br><div class="gmail_quote">On Sun, Nov 27, 2011 at 9:29 PM, Juande Santander Vela <span dir="ltr"><<a href="mailto:juandesant@gmail.com">juandesant@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Are you sure your path is being updated? .profile is not typically called during bash startup (at least in Mac OS X). Try to do:<br>
<br>
. ~/.profile<br>
<br>
in the Terminal just to be sure.<br>
<br>
OTOH, you do not need to add anything to your .prifle. CLI tools are not installed automatically, but through TextMate’s Help menú:<br>
<br>
go to TextMate > Help > Terminal usage… to install the CLI tools.<br>
<br>
Or you can do the equivalent action at the terminal:<br>
<br>
sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate<br>
<div><div></div><div class="h5"><br>
On nov 27, 2011, at 12:01 p.m., Anjanesh Lekshminarayanan wrote:<br>
<br>
> Hello<br>
> mate in command line doesn't fire up TextMate editor.<br>
> I added export PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my .profile file, and restarted terminal but it still doesn't load.<br>
> Is there another way ?<br>
> ---------------------------------------------------------<br>
> Thanks & Regards<br>
> Anjanesh Lekshminarayanan<br>
<br>
</div></div><font color="#888888">--<br>
Juande Santander Vela<br>
Software Engineer, ALMA Archive Subsystem<br>
Data Flow Infrastructure Department, Software Development Division<br>
European Southern Observatory (Germany)<br>
<br>
Bertrand Russell: Aún cuando todos los expertos coincidan, muy bien podrían estar equivocados.<br>
</font><div><div></div><div class="h5"><br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
</div></div></blockquote></div><br>