browsh-org/browsh

Installed via linuxbrew but unable to get browsh to run

Open

#254 geöffnet am 2. Feb. 2019

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (455 Forks)batch import
help wanted

Repository-Metriken

Stars
 (15.996 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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)

Contributor Guide