ensure-mamba

Crates.ioensure-mamba
lib.rsensure-mamba
version0.1.0
sourcesrc
created_at2024-01-21 01:50:24.6267
updated_at2024-01-21 01:50:24.6267
descriptionA simple wrapper around micromamba to ensure that it is installed.
homepagehttps://github.com/j-szulc/ensure-mamba
repository
max_upload_size
id1107142
size77,754
Jakub Szulc (j-szulc)

documentation

README

ensure-mamba

A simple wrapper around micromamba to ensure that it is installed and that some environment exists. If it is not installed, it will be downloaded into ~/micromamba. Apart from that, once installed, it will forward all arguments to micromamba.

Example

ensure-mamba install -n conda-forge python
Commit count: 0

cargo fmt