Skip to content

Commit 7f8b34c

Browse files
authored
Merge pull request #1238 from riscv-mcu/feature/python3_env
env: fix python3 env not found in /usr/bin
2 parents 03b0122 + 7d56124 commit 7f8b34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/march-to-cpu-opt

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

33
import argparse
44
import sys

0 commit comments

Comments
 (0)