Browse Source
Merge pull request #1238 from riscv-mcu/feature/python3_env
env: fix python3 env not found in /usr/bin
pull/1247/head
2023.04.29
Kito Cheng
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
scripts/march-to-cpu-opt
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
#!/usr/bin/python3 |
|
|
|
#!/usr/bin/env python3 |
|
|
|
|
|
|
|
import argparse |
|
|
|
import sys |
|
|
|
|