You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
I followed the steps given in the README #Build and ensured that my $PATH has the location /usr/local/go/bin but seems the system is unable to find xk6. Getting error
$ xk6 command not found
As asked I have also followed process in the README #Development but seems I am having the same issue. Require help in setting up xk6.
The text was updated successfully, but these errors were encountered:
You installed xk6 using go install go.k6.io/xk6/cmd/xk6@latest, correct? If your Go toolchain is correctly in your path, xk6 should be found as well. You may be able to search the correct path using which xk6.
Another solution would be to build your binary within Docker. For example, on a Mac, I'm able to build the custom binary using:
Hi @javaducky
I followed the steps given in the README #Build and ensured that my
$PATH
has the location/usr/local/go/bin
but seems the system is unable to findxk6
. Getting errorAs asked I have also followed process in the README #Development but seems I am having the same issue. Require help in setting up xk6.
The text was updated successfully, but these errors were encountered: