We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b93717 commit b2f4af2Copy full SHA for b2f4af2
scripts/install_dependencies.py
@@ -71,7 +71,7 @@ def git_clone(repo_url, branch, dst, recursive=False):
71
False,
72
"bb-runtimes",
73
74
- ["python", ROOT_DIR + "/bb-runtimes/install.py", "--arch=arm-eabi"]),
+ [sys.executable, ROOT_DIR + "/bb-runtimes/install.py", "--arch=arm-eabi"]),
75
]
76
77
parser = argparse.ArgumentParser('Download and install dependencies')
0 commit comments