[Github-comments] [geany/geany] Switch to Python 3 for GTK doc header generation (#2903)

Enrico Tröger notifications at xxxxx
Mon Oct 11 21:25:41 UTC 2021


@elextr do we want to use "python3" in the shebang of the script?
```
diff --git a/scripts/gen-api-gtkdoc.py b/scripts/gen-api-gtkdoc.py
index 75beb86c..7423257c 100755
--- a/scripts/gen-api-gtkdoc.py
+++ b/scripts/gen-api-gtkdoc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 #  Copyright 2015 The Geany contributors
 #
```

Technically it is not necessary as the script is called by Autotools with the detected Python interpreter but it would document that the script is meant to be run with Python3.

-- 
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/2903#issuecomment-940454201
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211011/5365a432/attachment.htm>


More information about the Github-comments mailing list