browsh-org/browsh

Installed via linuxbrew but unable to get browsh to run

Open

#254 ouverte le 2 févr. 2019

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)JavaScript (455 forks)batch import
help wanted

Métriques du dépôt

Stars
 (15 996 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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)

Guide contributeur