Installed via linuxbrew but unable to get browsh to run
#254 opened on Feb 2, 2019
Description
I installed browsh via linuxbrew using the method mentioned in #65 (brew tap browsh-org/homebrew-browsh && brew install browsh). The installation reported success, but the command did not become available to execute. I checked in the linuxbrew/.linuxbrew/bin folder and the browsh executable is indeed linked there, but for some reason it is not working. When I tried to execute it directly, fish shell gave this error: fish: The file './browsh' is not executable by this user. I also tried executing in bash and got this error: bash: ./browsh: Permission denied.
I then looked at the file in the Cellar, and found that it was set to read-only permissions. I used chmod to make the file executable and got this error when I tried to run it:
Failed to execute process './browsh'. Reason:
exec: Exec format error
The file './browsh' is marked as an executable but could not be run by the operating system.
OS: Linux Mint 19.1 (kernel 4.18.0-14)