env interpreter fix
This commit is contained in:
parent
de03fb6889
commit
d76687d199
|
@ -1,4 +1,4 @@
|
|||
#! /bin/env python3
|
||||
#! /usr/bin/env python3
|
||||
import matplotlib as mpl
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
|
|
Loading…
Reference in New Issue