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

MACOSX (zsh) does not recognize square brackets [ ] #18

Open
FreekvanLeijen opened this issue Sep 20, 2024 · 1 comment · May be fixed by #20
Open

MACOSX (zsh) does not recognize square brackets [ ] #18

FreekvanLeijen opened this issue Sep 20, 2024 · 1 comment · May be fixed by #20

Comments

@FreekvanLeijen
Copy link

FreekvanLeijen commented Sep 20, 2024

While following the installation instructions, I ran into this error on my MacBook:

% pip install -e .[dev,docs]
zsh: no matches found: .[dev,docs]

What works:

pip install -e . \[dev,docs\]

Please have a look.

@rogerkuou
Copy link
Contributor

I found someone has the same issue here with zsh and here.
It seems zsh uses square brackets for globbing / pattern matching.

I will update the doc to implement the suggestion made in one of the above issues:

pip install -e ".[dev,docs]"

This works for me and seems works universally.

@rogerkuou rogerkuou linked a pull request Sep 20, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants