From 835dd84655e688247e2e87e3c586eabd918bbcd2 Mon Sep 17 00:00:00 2001 From: Jake Lang Date: Fri, 18 Mar 2022 13:26:49 -0400 Subject: [PATCH] Force python3 to solve import resolution on macos --- pandoc-minted.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc-minted.py b/pandoc-minted.py index dd17e59..ffa4602 100755 --- a/pandoc-minted.py +++ b/pandoc-minted.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 ''' A pandoc filter that has the LaTeX writer use minted for typesetting code. Usage: