From d76687d199ed5a12d92c7aafe4c7941ca7ab0fb8 Mon Sep 17 00:00:00 2001 From: Magnus Ulimoen Date: Mon, 6 Apr 2020 22:13:24 +0200 Subject: [PATCH] env interpreter fix --- sbp/eulerplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbp/eulerplot b/sbp/eulerplot index 90fdf4b..7f48f2f 100755 --- a/sbp/eulerplot +++ b/sbp/eulerplot @@ -1,4 +1,4 @@ -#! /bin/env python3 +#! /usr/bin/env python3 import matplotlib as mpl import matplotlib.pyplot as plt import numpy as np