fresh icon indicating copy to clipboard operation
fresh copied to clipboard

fresh: command not find

Open Liu-Weijie opened this issue 2 years ago • 4 comments

I used go get -v -u github.com/pilu/fresh in ubuntu, but when I use fresh, I get the error about command not find. And I can't see the fresh in go/bin, but I can see the fresh in go/pkg. Could anyone give me some help to fix this issue?

Liu-Weijie avatar Jul 13 '22 03:07 Liu-Weijie

try go install

sherlockwhite avatar Jul 15 '22 15:07 sherlockwhite

using go install does not make the fresh command work for me. What I ended up having to do was use the full go run command: go run github.com/pilu/fresh

I'm using Windows 11, with Go1.18.4

Crollster avatar Jul 17 '22 22:07 Crollster

using go install does not make the fresh command work for me. What I ended up having to do was use the full go run command: go run github.com/pilu/fresh

I'm using Windows 11, with Go1.18.4

Ok, thank you, I will try it.

Liu-Weijie avatar Jul 18 '22 01:07 Liu-Weijie

using go install does not make the fresh command work for me. What I ended up having to do was use the full go run command: go run github.com/pilu/fresh

I'm using Windows 11, with Go1.18.4

It does work!!!!! Thank you!!!!! 🥳🥳🥳🥳🥳🥳🥳🥳

MarkSCQ avatar Feb 04 '23 03:02 MarkSCQ