From d8526e00a7feed103be3cd5bdecc2d779ec05c2a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 4 Oct 2019 11:57:19 -0400 Subject: [PATCH] Use python-shell-interpreter for .py file tmeplate --- modules/editor/file-templates/templates/python-mode/__ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/file-templates/templates/python-mode/__ b/modules/editor/file-templates/templates/python-mode/__ index 217963c86..88a020f3c 100755 --- a/modules/editor/file-templates/templates/python-mode/__ +++ b/modules/editor/file-templates/templates/python-mode/__ @@ -1,5 +1,5 @@ # -*- mode: snippet -*- # -- -#!/usr/bin/env python +#!/usr/bin/env `(file-name-nondirectory python-shell-interpreter)` $0 \ No newline at end of file