browsh-org/browsh

Installed via linuxbrew but unable to get browsh to run

Open

#254 aberto em 2 de fev. de 2019

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (455 forks)batch import
help wanted

Métricas do repositório

Stars
 (15.996 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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)

Guia do colaborador