Skip to content

Commit

Permalink
Merge pull request #1238 from riscv-mcu/feature/python3_env
Browse files Browse the repository at this point in the history
env: fix python3 env not found in /usr/bin
  • Loading branch information
kito-cheng committed Apr 28, 2023
2 parents 03b0122 + 7d56124 commit 7f8b34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/march-to-cpu-opt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3

import argparse
import sys
Expand Down

0 comments on commit 7f8b34c

Please sign in to comment.