[TxMt] Re: SmartyPants not found?
Allan Odgaard
mailinglist at textmate.org
Wed Jul 10 16:42:50 UTC 2013
On 10 Jul 2013, at 16:25, Rob McBroom wrote:
> […] I finally got irritated enough to investigate and I tracked it
> down to SmartyPants. That is, if I set TM_SMARTYPANTS to `/bin/cat`,
> the Markdown command to convert starts working.
It should be found in the Bundle Support bundle, Support/bin, which is
added to PATH
Try ⌃R on each of the following 3 lines to debug your environment:
which SmartyPants.pl
ls -l "$TM_SUPPORT_PATH/bin/SmartyPants.pl"
echo $PATH
More information about the textmate
mailing list