Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash: Tools/environment_install/install-prereqs-ubuntu.sh: No such file or directory #59

Open
MHOSEIN110 opened this issue Mar 4, 2024 · 0 comments

Comments

@MHOSEIN110
Copy link

MHOSEIN110 commented Mar 4, 2024

I have ubuntu 20.04 LTS and want to run sitl (software in the loop). So i write in the Terminal this code:

cd ardupilot
and then:
Tools/environment_install/install-prereqs-ubuntu.sh -y
but Terminal returns this comment: "bash: Tools/environment_install/install-prereqs-ubuntu.sh: No such file or directory " .
In fact we use this code (mean "Tools/environment_install/install-prereqs-ubuntu.sh -y") that install the "prereqs-ubuntu.sh" file and this ".sh" file, should be in this address: "Tools/environment_install/". but this ".sh"
file in my ubuntu is in this address: "Tools/scripts/install-prereqs-ubuntu.sh -y".
So we 2 way for solve this problem:

  1. Write in the terminal:
    cd ardupilot
    and then:
    Tools/scripts/install-prereqs-ubuntu.sh -y
  2. Write in the terminal:
    ardupilot/Tools/scripts/install-prereqs-ubuntu.sh -y
@MHOSEIN110 MHOSEIN110 changed the title solve: bash: ardupilot/Tools/scripts/r/install-prereqs-ubuntu.sh: No such file or directory on ubuntu 20.04 LTS bash: Tools/environment_install/install-prereqs-ubuntu.sh: No such file or directory Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant