Skip to content

pip install -e .[dev] fails in zsh #10

Open
@jaytaytay

Description

@jaytaytay

I am working through this excellent tutorial.

At this step, pip install -e .[dev] failed for me on macOS in zsh. Error message: zsh: no matches found: .[dev].

This issue explains the problem, and their suggested solution resolved this for me. Suggested to use pip install -e .'[dev]'

Perhaps this is obvious to more advanced developers, but I thought it would be helpful to future visitors to this tutorial to update this step.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions