Skip to content

Commit b2f4af2

Browse files
WickedShellFabien-Chouteau
authored andcommitted
scripts: Make install dependency use the current python interpreter path
when spawning other scripts
1 parent 0b93717 commit b2f4af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def git_clone(repo_url, branch, dst, recursive=False):
7171
False,
7272
"bb-runtimes",
7373
False,
74-
["python", ROOT_DIR + "/bb-runtimes/install.py", "--arch=arm-eabi"]),
74+
[sys.executable, ROOT_DIR + "/bb-runtimes/install.py", "--arch=arm-eabi"]),
7575
]
7676

7777
parser = argparse.ArgumentParser('Download and install dependencies')

0 commit comments

Comments
 (0)