Skip to content

[Bug]: Instructions for setting up conda dev environment in environment.yml give issues with MacOS/zsh  #29241

@aishling-scilifelab

Description

@aishling-scilifelab

Bug summary

The comment on how to set up the dev environment using conda in environment-yml says:
pip install -e .[dev]
This causes issues with zsh (see also mu-editor/mu#852)

Code for reproduction

matplotlib % pip install -e .[dev]

Actual outcome

zsh: no matches found: .[dev]

Expected outcome

Expected to install the build dependencies successfully

Additional information

Propose to update the comment to:
pip install -e .'[dev]'
, which was also used to fix here mu-editor/mu#852

Operating system

MacOS

Matplotlib Version

9d1a393

Matplotlib Backend

No response

Python version

No response

Jupyter version

No response

Installation

conda

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions