You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This Bash script attempts to find the Python binary and then executes a Python script called "bootstrap.py"
# with any additional arguments passed to the Bash script. The script first tries to locate the Python 3 binary and, if not found,
# falls back to the Python (hopefully pointing to Python 3) binary. Once the appropriate Python binary is determined, it is used to run the "bootstrap.py" script
# with any additional arguments provided to the Bash script.