env interpreter fix

This commit is contained in:
Magnus Ulimoen 2020-04-06 22:13:24 +02:00
parent de03fb6889
commit d76687d199
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /bin/env python3 #! /usr/bin/env python3
import matplotlib as mpl import matplotlib as mpl
import matplotlib.pyplot as plt import matplotlib.pyplot as plt
import numpy as np import numpy as np