When I try to run run these two commands:
LaTeX > Insert > Citation based on current word TODO > Insert TODO List
I¹m getting a dialogue box with this message:
Failure running ³Citation Based on Current Selection². interpreter failed: No such file or directory.
Anyone know what the problem is?
Ross Ahmed Ecologist 07875533906 Twitter: @RossAhmed https://twitter.com/RossAhmed LinkedIn: Ross Ahmed https://www.linkedin.com/pub/ross-ahmed/2a/775/590
On 26 Jan 2015, at 0:58, Ross Ahmed wrote:
Anyone know what the problem is?
See http://blog.macromates.com/2014/defining-a-path/ and https://github.com/textmate/textmate/wiki/Reverting-To-Defaults
Here¹s what I¹ve done, none of which has solved the problem:
1. Gone to TextMate > Preferences > Variables and changed the value of path from $PATH:/opt/local/bin:/usr/local/bin:/usr/texbin to $PATH:/opt/local/bin
2. Gone to TextMate > Preferences > Variables and changed the value of path from $PATH:/opt/local/bin:/usr/local/bin:/usr/texbin to $PATH:/usr/local/bin
3. Deleted the folder ~/Library/Application Support/Avian
Is there anything else I can do?
Ross Ahmed
On 26/01/2015 04:34, "Allan Odgaard" mailinglist@textmate.org wrote:
On 26 Jan 2015, at 0:58, Ross Ahmed wrote:
Anyone know what the problem is?
See http://blog.macromates.com/2014/defining-a-path/ and https://github.com/textmate/textmate/wiki/Reverting-To-Defaults
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 26 Jan 2015, at 19:01, Ross Ahmed wrote:
Here¹s what I¹ve done, none of which has solved the problem:
- Gone to TextMate > Preferences > Variables and changed the value
of path from $PATH:/opt/local/bin:/usr/local/bin:/usr/texbin to $PATH:/opt/local/bin
- Gone to TextMate > Preferences > Variables and changed the value
of path from $PATH:/opt/local/bin:/usr/local/bin:/usr/texbin to $PATH:/usr/local/bin
- Deleted the folder ~/Library/Application Support/Avian
Is there anything else I can do?
You can see what the effective value of PATH is by pressing ⌃R on a line containing: echo $PATH
If it’s not what you have set in Preferences → Variables then you likely have it set in ~/.tm_properties.
Apologies for my ignorance, but your response means little to me. I’m not at all clear on what is causing the commands to fail and what I can do to fix them.
Could you provide step-by-step instructions?
Ross Ahmed Ecologist — 07875533906 Twitter: @RossAhmed https://twitter.com/RossAhmed LinkedIn: Ross Ahmed https://www.linkedin.com/pub/ross-ahmed/2a/775/590
On 26/01/2015 17:50, "Allan Odgaard" mailinglist@textmate.org wrote:
On 26 Jan 2015, at 19:01, Ross Ahmed wrote:
Here¹s what I¹ve done, none of which has solved the problem:
- Gone to TextMate > Preferences > Variables and changed the value
of path from $PATH:/opt/local/bin:/usr/local/bin:/usr/texbin to $PATH:/opt/local/bin
- Gone to TextMate > Preferences > Variables and changed the value
of path from $PATH:/opt/local/bin:/usr/local/bin:/usr/texbin to $PATH:/usr/local/bin
- Deleted the folder ~/Library/Application Support/Avian
Is there anything else I can do?
You can see what the effective value of PATH is by pressing ⌃R on a line containing: echo $PATH
If it’s not what you have set in Preferences → Variables then you likely have it set in ~/.tm_properties.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 27 Jan 2015, at 3:34, Ross Ahmed wrote:
Could you provide step-by-step instructions?
The page I linked to listed 5 files/folders that should be removed when troubleshooting issues, you only said you removed one. Here’s the link again https://github.com/textmate/textmate/wiki/Reverting-To-Defaults
If you get “interpreter failed: No such file or directory” then either you have a broken version of the command/bundle, which should be fixed by following the instructions about reverting to defaults, or you are missing /usr/bin/env, which means your OS install is broken, which I believe can be fixed by re-installing system files from the OS installer.