adityarathod / pyandoc

Python wrapper for Pandoc—the universal document converter.
https://pypi.python.org/pypi/pyandoc/
MIT License
213 stars 32 forks source link

Set "pandoc.PANDOC_PATH" just to 'pandoc' by default? #3

Closed bebraw closed 8 years ago

bebraw commented 12 years ago

I think it might make sense to set PANDOC_PATH just to 'pandoc' by default. This should work better than the current provided pandoc is available at the user's path.

xrogaan commented 12 years ago

seconded

kennethreitz commented 12 years ago

Yeah, when I created this, I wasn't familiar with subprocess's env param.

msabramo commented 9 years ago

It looks like this was fixed by https://github.com/kennethreitz/pyandoc/commit/bbe36de08600488a332a60a0e491a42470500410

kennethreitz commented 8 years ago

Fixed and shipped!