danthegoodman1 / EpicEnv

An epic environment manager to fix local environment variable management among git collaborators. Like python virtual envs, but for environment variables.
MIT License
110 stars 1 forks source link

Install error on Windows #9

Open clin1234 opened 1 month ago

clin1234 commented 1 month ago
❯ go install github.com/danthegoodman1/epicenv@main
go: downloading github.com/danthegoodman1/epicenv v0.0.0-20240802184752-6343db738875
go: downloading github.com/rs/zerolog v1.33.0
# github.com/danthegoodman1/epicenv/cmd
go\pkg\mod\github.com\danthegoodman1\epicenv@v0.0.0-20240802184752-6343db738875\cmd\cmd.go:21:41: cannot use syscall.Stdin (variable of type syscall.Handle) as int value in argument to term.ReadPassword
danthegoodman1 commented 1 month ago

That’s strange, worked for me quite a short time ago, what system are you running?

I'm guessing windows? I've not tested it there, only mac and linux

danthegoodman1 commented 1 month ago
root@ubuntu-s-1vcpu-2gb-amd-nyc1-01:~# go install github.com/danthegoodman1/epicenv@latest
go: downloading github.com/danthegoodman1/epicenv v0.0.0-20240802184752-6343db738875
go: downloading github.com/samber/lo v1.46.0
go: downloading github.com/spf13/cobra v1.8.1
go: downloading golang.org/x/crypto v0.25.0
go: downloading golang.org/x/term v0.22.0
go: downloading github.com/rs/zerolog v1.33.0
go: downloading golang.org/x/text v0.16.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading golang.org/x/sys v0.22.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.19

installed no problem on linux

clin1234 commented 1 month ago

That’s strange, worked for me quite a short time ago, what system are you running?

I'm guessing windows? I've not tested it there, only mac and linux

Windows

danthegoodman1 commented 1 month ago

Thaks, I'll mention it doesn't support windows atm