From ad69c8424ad1cfae831502c623ab2da370d7769f Mon Sep 17 00:00:00 2001 From: daviddoji Date: Thu, 20 May 2021 21:42:43 +0200 Subject: [PATCH] Change shebang line --- src/Python/create_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Python/create_template.py b/src/Python/create_template.py index 7a1da80..2adacf6 100755 --- a/src/Python/create_template.py +++ b/src/Python/create_template.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """ Creation of templates for the problems of Project Euler """