Skip to content

Commit

Permalink
env: fix python3 env not found in /usr/bin
Browse files Browse the repository at this point in the history
for centos env is in /usr/bin

for ubuntu env is in /usr/bin

Signed-off-by: Huaqi Fang <578567190@qq.com>
  • Loading branch information
fanghuaqi committed Apr 28, 2023
1 parent 03b0122 commit 7d56124
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 7d56124

Please sign in to comment.