[Github-comments] [geany/geany] Use Python interpreter detected by autotools for geany-gtkdoc.h (#2572)

Enrico Tröger notifications at xxxxx
Sun Aug 16 15:39:08 UTC 2020


This is happening on Debian Testing currently since `python-docutils` was migrated to Python3, only Python3 is installed as build dependency. But `scripts/gen-api-gtkdoc.py` uses `#!/usr/bin/env python`  as Python interpreter which is not available when only installed Python3.
Maybe this is just temporary on Debian Testing and once the Python3 transition is done, they add also a generic `python` binary in $PATH. But anyway, since autotools check for a Python installed already for us, let's use its result.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2572#issuecomment-674541688
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20200816/9be5c1d7/attachment.htm>


More information about the Github-comments mailing list