Skip to content

Commit

Permalink
Refer explicitly to python3 in shebang line
Browse files Browse the repository at this point in the history
On Ubuntu 20.04, there is no more python or python2. Currently I get
this: /usr/bin/env: ‘python’: No such file or directory

Change-Id: Ib310b8aa7c1bd62973ef3cc8bcaf571831ad4435
  • Loading branch information
arsenm committed May 4, 2020
1 parent 7624cc1 commit 5d6be5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocm_agent_enumerator
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import os
import re
Expand Down

0 comments on commit 5d6be5b

Please sign in to comment.