Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create PDFs #52

Open
mjfrigaard opened this issue Jan 27, 2017 · 2 comments
Open

Unable to create PDFs #52

mjfrigaard opened this issue Jan 27, 2017 · 2 comments

Comments

@mjfrigaard
Copy link

Hello tbfisher,
This package is great! I'm using it on my Windows machine without any issues, but when I try to run pandoc on my Mac:

screen

I get this message:

Could not find pandoc executable on PATH

This was after installing pandoc via Homebrew:

homebrew

In the package user settings, I changed the User Settings to the location indicated in the terminal above.

  "default": {

    // path to the pandoc binary. Default locations per platform:
    // -  mac
    //    "pandoc-path": "/usr/local/Cellar/pandoc/",

I'm sure that I am just overlooking something simple, but I'd really appreciate some feedback.

-mjfrigaard

@dortamiguel
Copy link

It happens to me exactly the same

@aakosm
Copy link

aakosm commented May 3, 2017

hey,

I think one part of the problem is that the path for pandoc is different, and you should stick to the default, that is the usr/bin/pandoc

This path will always have the alias for your most recent pandoc version, whereas within the "/usr/local/Cellar/pandoc/" you have folders for different versions (1.19.1._1 in your case).

so your pandoc settings should begin with the following:

{
    "default": {

         "pandoc-path": "/usr/local/bin/pandoc",

alternatively, you can also try putting pandoc into your osx PATH if it's not there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants