Skip to content

Using mamba with pyproject.toml? #2292

Description

@asmith26

Hi there,

I'm wondering if I can manage my mamba env using pyproject.toml. In particular, I'm using pyproject.toml for managing all my repo/package configuration (e.g. black/linting config), and was wondering if I might be able to do some things like:

mamba create -f pyproject.toml
mamba update -f pyproject.toml
mamba install -e .
# nice to have: things like building a python or conda/mamba package with mamba using pyproject.toml

Many thanks for any help, and for this amazing lib! :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions