From: Arvid Gerstmann Date: Tue, 6 Feb 2018 11:28:03 +0000 (+0100) Subject: Use Python3 executable, instead of Python X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=14a65bbfd708acd2194f6f2b2045f7628c5bf3a3;p=blog.git Use Python3 executable, instead of Python macOS & Linux define the Python executable to be Python 2.x, and since dox2html5 does not work with Python 2.x, explicitly use the Python 3.x executable to ensure it's working. --- diff --git a/doxygen/dox2html5.py b/doxygen/dox2html5.py index 51559ea8..13f788ff 100755 --- a/doxygen/dox2html5.py +++ b/doxygen/dox2html5.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # # This file is part of m.css.