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

Not able to install fortio on macbook #46

Closed
nik131186 opened this issue Dec 3, 2017 · 7 comments
Closed

Not able to install fortio on macbook #46

nik131186 opened this issue Dec 3, 2017 · 7 comments
Labels

Comments

@nik131186
Copy link

Please let me know how to install fortio on MacBook.

I tried brew install fortio as well

@ldemailly
Copy link
Member

ldemailly commented Dec 3, 2017

brew recipe needs to be contributed (#40 )

but to install on your mac you just need to install go first then on the terminal type “go get -u istio.io/fortio” like indicated in the README, what happens when you do that ?

@ldemailly
Copy link
Member

@nik131186
Copy link
Author

nik131186 commented Dec 4, 2017

It worked but not able to find " you can now run fortio (from your gopath bin/ directory)"

I can find fortio path but not able to execute fortio from MacBook terminal

@nik131186
Copy link
Author

It worked I need to hit command "./fortio". So that command can execute successfully.

@ldemailly
Copy link
Member

add
export PATH=$PATH:~/go/bin
to your .bashrc and you will be able to invoke fortio from any shell window

@ldemailly
Copy link
Member

closing this as resolved! I can reopen if you still have issues

@nik131186
Copy link
Author

nik131186 commented Dec 4, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants