Skip to content

Commit 2913303

Browse files
committed
fix: python to user default python
1 parent 57a68aa commit 2913303

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/nifti_snapshot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/data/pnl/kcho/anaconda3/bin/python
1+
#!/usr/bin/env python
2+
23
from nifti_snapshot import nifti_snapshot
34
from pathlib import Path
45
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)