Skip to content

Commit

Permalink
onlbuilder: find python3 path dynamically
Browse files Browse the repository at this point in the history
use env to locate python3

Signed-off-by: Taras Chornyi <[email protected]>
  • Loading branch information
taraschornyiplv committed Aug 8, 2023
1 parent ebf0f1f commit 7690e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/tools/onlbuilder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3

import os
import sys
Expand Down

0 comments on commit 7690e7c

Please sign in to comment.