-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
📝 Update docs with pip install calls when using extras with brackets, use quotes for compatibility with Zsh #3131
Conversation
It will not. |
I had this problem before and now I finally know how to solve it.zsh uses square brackets for globbing / pattern matching. I've never seen it (add quotation mark) in any other documentation, but add a notice about this problem should be nice. |
@waynerv python-language-server add quotation mark on install command |
Just adding the quotes as @tomwei7 suggested seems fine. Why I don't have this problem here tho? 😅 |
run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see... Ok. :)
📝 Docs preview for commit 69bd84dd7fc7f5ba091f99505ee1cf0aa02d9c87 at: https://60a23ab30a1ff163fafcd679--fastapi.netlify.app |
Thanks @tomwei7! 🍰 I updated it to include all the other calls of |
Square brackets in zsh have special meanings. Copy and run
pip install uvicorn[standard]
in zsh will get error.