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

locust shell client does not work in zsh #142

Closed
jaapz opened this issue Apr 19, 2014 · 3 comments
Closed

locust shell client does not work in zsh #142

jaapz opened this issue Apr 19, 2014 · 3 comments

Comments

@jaapz
Copy link

jaapz commented Apr 19, 2014

When I run locust shell client in zsh like so:

locust --help

It does nothing and exits directly.
When I run locust in bash it does work and everything outputs correctly.

This appears to happen with every locust invocation in zsh.

@heyman
Copy link
Member

heyman commented Apr 20, 2014

Hi!

I have close to zero experience of zsh, but when I run the following:

zsh
virtualenv locust-venv-tmp
source locust-venv-tmp/bin/activate
pip install locustio
locust --help

I get the correct output.

Do you have more details?

@jaapz
Copy link
Author

jaapz commented Apr 20, 2014

I've now tried the tool on a different computer (also with zsh), and there it does work normally. Seems like there is something wrong with my work computer, sorry for bothering you!

@jaapz jaapz closed this as completed Apr 20, 2014
@heyman
Copy link
Member

heyman commented Apr 21, 2014

No worries!

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