Skip to content

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

Description

@MHOSEIN110

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions