Hello mate in command line doesn't fire up TextMate editor. I added export PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my .profile file, and restarted terminal but it still doesn't load. Is there another way ? --------------------------------------------------------- Thanks & Regards Anjanesh http://anjanesh.com Lekshminarayanan http://anjanesh.co.in
On 27/11/11 11:01, "Anjanesh Lekshminarayanan" anjanesh@gmail.com wrote:
mate in command line doesn't fire up TextMate editor. I added export PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my .profile file, and restarted terminal but it still doesn't load. Is there another way ?
Try: `/usr/bin/mate`
that's where the CLI tool is unless you specified elsewhere when you installed the TxMt Command Line Tools.
Cheers,
Phil...
$ /usr/bin/mate -bash: /usr/bin/mate: No such file or directory
I didnt specify a different location to install textmate and its utilities. I just dragged it to Applications.
--------------------------------------------------------- Thanks & Regards Anjanesh http://anjanesh.com Lekshminarayanan http://anjanesh.co.in
On Sun, Nov 27, 2011 at 9:03 PM, Phil Dobbin phildobbin@gmail.com wrote:
On 27/11/11 11:01, "Anjanesh Lekshminarayanan" anjanesh@gmail.com wrote:
mate in command line doesn't fire up TextMate editor. I added export
PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH
to my .profile file, and restarted terminal but it still doesn't load. Is there another way ?
Try: `/usr/bin/mate`
that's where the CLI tool is unless you specified elsewhere when you installed the TxMt Command Line Tools.
Cheers,
Phil...
-- Nothing to see here... move along, move along
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
See in Textmate => Help => Terminal Usage
Greetz.
Am 27.11.2011 um 16:47 schrieb Anjanesh Lekshminarayanan:
$ /usr/bin/mate -bash: /usr/bin/mate: No such file or directory
I didnt specify a different location to install textmate and its utilities. I just dragged it to Applications.
Thanks & Regards Anjanesh Lekshminarayanan
On Sun, Nov 27, 2011 at 9:03 PM, Phil Dobbin phildobbin@gmail.com wrote: On 27/11/11 11:01, "Anjanesh Lekshminarayanan" anjanesh@gmail.com wrote:
mate in command line doesn't fire up TextMate editor. I added export PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my .profile file, and restarted terminal but it still doesn't load. Is there another way ?
Try: `/usr/bin/mate`
that's where the CLI tool is unless you specified elsewhere when you installed the TxMt Command Line Tools.
Cheers,
Phil...
-- Nothing to see here... move along, move along
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
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:
. ~/.profile
in the Terminal just to be sure.
OTOH, you do not need to add anything to your .prifle. CLI tools are not installed automatically, but through TextMate’s Help menú:
go to TextMate > Help > Terminal usage… to install the CLI tools.
Or you can do the equivalent action at the terminal:
sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate
On nov 27, 2011, at 12:01 p.m., Anjanesh Lekshminarayanan wrote:
Hello mate in command line doesn't fire up TextMate editor. I added export PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my .profile file, and restarted terminal but it still doesn't load. Is there another way ?
Thanks & Regards Anjanesh Lekshminarayanan
-- Juande Santander Vela Software Engineer, ALMA Archive Subsystem Data Flow Infrastructure Department, Software Development Division European Southern Observatory (Germany)
Bertrand Russell: Aún cuando todos los expertos coincidan, muy bien podrían estar equivocados.
*go to TextMate > Help > Terminal usage… to install the CLI tools.* When I click on Create Link, it says, Couldnt create link. Failed with the following reason : Operation not permitted.
anjanesh$ sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate Password: ln: /usr/local/bin/mate: File exists anjanesh$ mate -bash: mate: command not found
--------------------------------------------------------- Thanks & Regards Anjanesh http://anjanesh.com Lekshminarayanan http://anjanesh.co.in
On Sun, Nov 27, 2011 at 9:29 PM, Juande Santander Vela <juandesant@gmail.com
wrote:
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:
. ~/.profile
in the Terminal just to be sure.
OTOH, you do not need to add anything to your .prifle. CLI tools are not installed automatically, but through TextMate’s Help menú:
go to TextMate > Help > Terminal usage… to install the CLI tools.
Or you can do the equivalent action at the terminal:
sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate
On nov 27, 2011, at 12:01 p.m., Anjanesh Lekshminarayanan wrote:
Hello mate in command line doesn't fire up TextMate editor. I added export
PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my .profile file, and restarted terminal but it still doesn't load.
Is there another way ?
Thanks & Regards Anjanesh Lekshminarayanan
-- Juande Santander Vela Software Engineer, ALMA Archive Subsystem Data Flow Infrastructure Department, Software Development Division European Southern Observatory (Germany)
Bertrand Russell: Aún cuando todos los expertos coincidan, muy bien podrían estar equivocados.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
does it work when U type 'mate' in /usr/local/bin/ ???
Am 27.11.2011 um 17:19 schrieb Anjanesh Lekshminarayanan:
go to TextMate > Help > Terminal usage… to install the CLI tools. When I click on Create Link, it says, Couldnt create link. Failed with the following reason : Operation not permitted.
anjanesh$ sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate Password: ln: /usr/local/bin/mate: File exists anjanesh$ mate -bash: mate: command not found
Thanks & Regards Anjanesh Lekshminarayanan
On Sun, Nov 27, 2011 at 9:29 PM, Juande Santander Vela juandesant@gmail.com wrote: 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:
. ~/.profile
in the Terminal just to be sure.
OTOH, you do not need to add anything to your .prifle. CLI tools are not installed automatically, but through TextMate’s Help menú:
go to TextMate > Help > Terminal usage… to install the CLI tools.
Or you can do the equivalent action at the terminal:
sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate
On nov 27, 2011, at 12:01 p.m., Anjanesh Lekshminarayanan wrote:
Hello mate in command line doesn't fire up TextMate editor. I added export PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my .profile file, and restarted terminal but it still doesn't load. Is there another way ?
Thanks & Regards Anjanesh Lekshminarayanan
-- Juande Santander Vela Software Engineer, ALMA Archive Subsystem Data Flow Infrastructure Department, Software Development Division European Southern Observatory (Germany)
Bertrand Russell: Aún cuando todos los expertos coincidan, muy bien podrían estar equivocados.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Nope. $ mate -bash: mate: command not found --------------------------------------------------------- Thanks & Regards Anjanesh http://anjanesh.com Lekshminarayanan http://anjanesh.co.in
On Sun, Nov 27, 2011 at 9:52 PM, Patric Zimmermann < Patric.Zimmermann@physik.tu-berlin.de> wrote:
does it work when U type 'mate' in /usr/local/bin/ ???
Am 27.11.2011 um 17:19 schrieb Anjanesh Lekshminarayanan:
*go to TextMate > Help > Terminal usage… to install the CLI tools.* When I click on Create Link, it says, Couldnt create link. Failed with the following reason : Operation not permitted.
anjanesh$ sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate Password: ln: /usr/local/bin/mate: File exists anjanesh$ mate -bash: mate: command not found
Thanks & Regards Anjanesh http://anjanesh.com/ Lekshminarayanan http://anjanesh.co.in/
On Sun, Nov 27, 2011 at 9:29 PM, Juande Santander Vela < juandesant@gmail.com> wrote:
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:
. ~/.profile
in the Terminal just to be sure.
OTOH, you do not need to add anything to your .prifle. CLI tools are not installed automatically, but through TextMate’s Help menú:
go to TextMate > Help > Terminal usage… to install the CLI tools.
Or you can do the equivalent action at the terminal:
sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate
On nov 27, 2011, at 12:01 p.m., Anjanesh Lekshminarayanan wrote:
Hello mate in command line doesn't fire up TextMate editor. I added export
PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my .profile file, and restarted terminal but it still doesn't load.
Is there another way ?
Thanks & Regards Anjanesh Lekshminarayanan
-- Juande Santander Vela Software Engineer, ALMA Archive Subsystem Data Flow Infrastructure Department, Software Development Division European Southern Observatory (Germany)
Bertrand Russell: Aún cuando todos los expertos coincidan, muy bien podrían estar equivocados.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
is the file really there? how about the permissions? => ls -la in /usr/local/bin/
if it's really there... does it work using sudo ? If so it's most likely a permission thingy...
Am 27.11.2011 um 17:26 schrieb Anjanesh Lekshminarayanan:
Nope. $ mate
-bash: mate: command not found
Thanks & Regards Anjanesh Lekshminarayanan
On Sun, Nov 27, 2011 at 9:52 PM, Patric Zimmermann Patric.Zimmermann@physik.tu-berlin.de wrote: does it work when U type 'mate' in /usr/local/bin/ ???
Am 27.11.2011 um 17:19 schrieb Anjanesh Lekshminarayanan:
go to TextMate > Help > Terminal usage… to install the CLI tools. When I click on Create Link, it says, Couldnt create link. Failed with the following reason : Operation not permitted.
anjanesh$ sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate Password: ln: /usr/local/bin/mate: File exists anjanesh$ mate -bash: mate: command not found
Thanks & Regards Anjanesh Lekshminarayanan
On Sun, Nov 27, 2011 at 9:29 PM, Juande Santander Vela juandesant@gmail.com wrote: 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:
. ~/.profile
in the Terminal just to be sure.
OTOH, you do not need to add anything to your .prifle. CLI tools are not installed automatically, but through TextMate’s Help menú:
go to TextMate > Help > Terminal usage… to install the CLI tools.
Or you can do the equivalent action at the terminal:
sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate
On nov 27, 2011, at 12:01 p.m., Anjanesh Lekshminarayanan wrote:
Hello mate in command line doesn't fire up TextMate editor. I added export PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my .profile file, and restarted terminal but it still doesn't load. Is there another way ?
Thanks & Regards Anjanesh Lekshminarayanan
-- Juande Santander Vela Software Engineer, ALMA Archive Subsystem Data Flow Infrastructure Department, Software Development Division European Southern Observatory (Germany)
Bertrand Russell: Aún cuando todos los expertos coincidan, muy bien podrían estar equivocados.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Thanks for that. I now know what the problem is. I had initially extracted the file in ~/Downloads folder and the link it created referenced TextMate in ~/Downloads. But I had later moved the file to Applications. So the current mate points to a missing file.
lrwxr-xr-x 1 root wheel 78 Oct 17 17:47 mate -> /Users/anjanesh/Downloads/TextMate.app/Contents/SharedSupport/Support/bin/mate
Thanks Patric. This is now solved. --------------------------------------------------------- Thanks & Regards Anjanesh http://anjanesh.com Lekshminarayanan http://anjanesh.co.in
On Sun, Nov 27, 2011 at 9:59 PM, Patric Zimmermann < Patric.Zimmermann@physik.tu-berlin.de> wrote:
is the file really there? how about the permissions? => ls -la in /usr/local/bin/
if it's really there... does it work using sudo ? If so it's most likely a permission thingy...
Am 27.11.2011 um 17:26 schrieb Anjanesh Lekshminarayanan:
Nope. $ mate
-bash: mate: command not found
Thanks & Regards Anjanesh http://anjanesh.com/ Lekshminarayanan http://anjanesh.co.in/
On Sun, Nov 27, 2011 at 9:52 PM, Patric Zimmermann < Patric.Zimmermann@physik.tu-berlin.de> wrote:
does it work when U type 'mate' in /usr/local/bin/ ???
Am 27.11.2011 um 17:19 schrieb Anjanesh Lekshminarayanan:
*go to TextMate > Help > Terminal usage… to install the CLI tools.* When I click on Create Link, it says, Couldnt create link. Failed with the following reason : Operation not permitted.
anjanesh$ sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate Password: ln: /usr/local/bin/mate: File exists anjanesh$ mate -bash: mate: command not found
Thanks & Regards Anjanesh http://anjanesh.com/ Lekshminarayanan http://anjanesh.co.in/
On Sun, Nov 27, 2011 at 9:29 PM, Juande Santander Vela < juandesant@gmail.com> wrote:
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:
. ~/.profile
in the Terminal just to be sure.
OTOH, you do not need to add anything to your .prifle. CLI tools are not installed automatically, but through TextMate’s Help menú:
go to TextMate > Help > Terminal usage… to install the CLI tools.
Or you can do the equivalent action at the terminal:
sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate
On nov 27, 2011, at 12:01 p.m., Anjanesh Lekshminarayanan wrote:
Hello mate in command line doesn't fire up TextMate editor. I added export
PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my .profile file, and restarted terminal but it still doesn't load.
Is there another way ?
Thanks & Regards Anjanesh Lekshminarayanan
-- Juande Santander Vela Software Engineer, ALMA Archive Subsystem Data Flow Infrastructure Department, Software Development Division European Southern Observatory (Germany)
Bertrand Russell: Aún cuando todos los expertos coincidan, muy bien podrían estar equivocados.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Try directly
/usr/local/bin/mate
If that works, it is that simply you have removed /usr/local/bin from your path.
BTW, what’s the result of
echo $PATH
?
BTW, another way of opening TextMate from the CLI it is by typing:
open -a TextMate
You can use it for opening documents:
open -a TextMate ~/.profile
The main difference between “mate” and “open -a TextMate” is that mate has the “modal” -w prefix, but I have never used it.
On nov 27, 2011, at 5:26 p.m., Anjanesh Lekshminarayanan wrote:
Nope. $ mate
-bash: mate: command not found
Thanks & Regards Anjanesh Lekshminarayanan
On Sun, Nov 27, 2011 at 9:52 PM, Patric Zimmermann Patric.Zimmermann@physik.tu-berlin.de wrote: does it work when U type 'mate' in /usr/local/bin/ ???
Am 27.11.2011 um 17:19 schrieb Anjanesh Lekshminarayanan:
go to TextMate > Help > Terminal usage… to install the CLI tools. When I click on Create Link, it says, Couldnt create link. Failed with the following reason : Operation not permitted.
anjanesh$ sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate Password: ln: /usr/local/bin/mate: File exists anjanesh$ mate -bash: mate: command not found
Thanks & Regards Anjanesh Lekshminarayanan
On Sun, Nov 27, 2011 at 9:29 PM, Juande Santander Vela juandesant@gmail.com wrote: 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:
. ~/.profile
in the Terminal just to be sure.
OTOH, you do not need to add anything to your .prifle. CLI tools are not installed automatically, but through TextMate’s Help menú:
go to TextMate > Help > Terminal usage… to install the CLI tools.
Or you can do the equivalent action at the terminal:
sudo ln -s /Applications/TextMate.app/Contents/Resources/mate /usr/local/bin/mate
On nov 27, 2011, at 12:01 p.m., Anjanesh Lekshminarayanan wrote:
Hello mate in command line doesn't fire up TextMate editor. I added export PATH=/Applications/TextMate.app/Contents/Resources/mate:$PATH to my .profile file, and restarted terminal but it still doesn't load. Is there another way ?
Thanks & Regards Anjanesh Lekshminarayanan
-- Juande Santander Vela Software Engineer, ALMA Archive Subsystem Data Flow Infrastructure Department, Software Development Division European Southern Observatory (Germany)
Bertrand Russell: Aún cuando todos los expertos coincidan, muy bien podrían estar equivocados.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
-- Juande Santander Vela Software Engineer, ALMA Archive Subsystem Data Flow Infrastructure Department, Software Development Division European Southern Observatory (Germany)
Albert Einstein: Lo más bello que podemos experimentar es el lado misterioso de la vida, ese sentimiento profundo que se encuentra en la cuna del arte y de la ciencia verdadera.