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

extension using wrong version of pandoc #2

Closed
badralbanna opened this issue Jul 31, 2020 · 5 comments
Closed

extension using wrong version of pandoc #2

badralbanna opened this issue Jul 31, 2020 · 5 comments

Comments

@badralbanna
Copy link

I keep running into a problem where it runs the wrong version of pandoc vis whatever PATH is being used by the shell behind the scenes (I'm on macOS want to use my homebrew version but it keeps picking the one from anaconda python). It would be great to be able to have the option to explicitly specify which pandoc the extension uses to avoid this in the future. Thanks!

@cands
Copy link

cands commented Sep 22, 2020

I have a similar problem and also want to be able to explicitly set the pandoc version. In my case the extension is attempting to use /bin/sh/pandoc but that does not exist and thus an error is generated. I would like to use the anaconda version /Users/*******/anaconda3/bin/pandoc

@feeeper
Copy link

feeeper commented Sep 27, 2020

@ChrisChinchilla I fix it in my fork of the repo. So I can copy my changes here.

@ChrisChinchilla
Copy link
Owner

I completely missed this issue, sorry! I have allowed for using custom paths in similar extensions, so can add here, or if you have a PR @feeeper then please open one and I'll add it in :)

@ChrisChinchilla ChrisChinchilla self-assigned this Sep 28, 2020
@feeeper
Copy link

feeeper commented Sep 28, 2020

@ChrisChinchilla Ok, I'm going to PR this feature later this week 👍

@ChrisChinchilla
Copy link
Owner

Closed by #4

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

No branches or pull requests

4 participants