Search code examples
amazon-web-servicesamazon-ec2cloudcaptain

boxfuse: command not found


I am integrating AWS and using boxfuse.

  • I set up the boxfuse account.
  • I install the boxfuse client.
  • I connect the AWS account.

When I type in terminal :- boxfuse -v, it shows me error:-

boxfuse: command not found

How to install and deploy web services on mac machine?


Solution

  • You need to add the Boxfuse installation directory to the PATH.

    Windows: Adding directory to PATH Environment Variable in Windows

    macOS: How to add /usr/local/bin in $PATH on Mac

    Linux: How to permanently set $PATH on Linux?