Skip to content

Commit 1e9d84c

Browse files
committed
switch to python in shebang for conda package
1 parent 59c3ec2 commit 1e9d84c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

rmg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python-jl
1+
#!/usr/bin/env python
22

33
###############################################################################
44
# #

utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def update_headers():
310310
start of each file, be sure to double-check the results to make sure
311311
important lines aren't accidentally overwritten.
312312
"""
313-
shebang = """#!/usr/bin/env python-jl
313+
shebang = """#!/usr/bin/env python
314314
315315
"""
316316

0 commit comments

Comments
 (0)