Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh: command not found: xk6 #47

Closed
dev-samples opened this issue Aug 23, 2022 · 1 comment
Closed

zsh: command not found: xk6 #47

dev-samples opened this issue Aug 23, 2022 · 1 comment

Comments

@dev-samples
Copy link

I have used this guide:

https://github.com/grafana/xk6#install

to install xk6 on my Mac M1 laptop but get this error:

$ go install go.k6.io/xk6/cmd/xk6@latest
$ xk6
zsh: command not found: xk6

$ which go
/opt/homebrew/bin/go
$ go version
go version go1.19 darwin/arm64

$ which k6
/opt/homebrew/bin/k6
$ k6 version
k6 v0.39.0 ((devel), go1.18.3, darwin/arm64)

what am I missing?

@imiric
Copy link
Contributor

imiric commented Aug 24, 2022

This is an issue with your Go environment. We've had previous reports about this (see issues #20 and #36), so I added some hints that might fix this to our installation instructions. Let us know if that helps.

@imiric imiric closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants