cespare / reflex

Run a command when files change

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not installing in macOS 10.14.5

gnpan opened this issue · comments

commented

macOS 10.14.5, go 1.12.7
Using go get github.com/cespare/reflex does nothing.

commented

Sorry, it's there, just not where I expected (it goes to HOME/go/bin)

commented

Where is it then? reflex command is still not working?

I'm also having this issue. I installed reflex with

go get github.com/cespare/reflex

but when I run

reflex

I get this error:

zsh: command not found: reflex

and

/bin/sh: command not found: reflex

on zsh and bash respectively. I have added export PATH=$PATH:$HOME/bin to my path but still get the same error.

@Smahrt You should follow the installation instructions.