Use shebang compatible with venv
See [Benjamin-Loison/cpython/issues/10](https://github.com/Benjamin-Loison/cpython/issues/10).
This commit is contained in:
parent
bddfa4c8d5
commit
a0b366e98a
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python
|
||||
|
||||
import skimage.restoration
|
||||
from skimage import img_as_float
|
||||
|
Loading…
Reference in New Issue
Block a user