mirror of https://github.com/mamba-org/mamba.git
Fix Conda Lock Path (#2393)
This commit is contained in:
parent
07477a25fe
commit
034bd7119e
|
@ -49,7 +49,7 @@ See the [repoquery documentation](https://mamba.readthedocs.io/en/latest/user_gu
|
|||
|
||||
### Installing lock files
|
||||
|
||||
`micromamba` can be used to install lock files generated by [conda-lock](https://conda-incubator.github.io/conda-lock/) without having to install `conda-lock`. Simply invoke e.g. `micromamba create -n my-env -f conda-lock.yml` with an environment lockfile named `*-lock.yml` or `*-lock.yaml`.
|
||||
`micromamba` can be used to install lock files generated by [conda-lock](https://conda.github.io/conda-lock/) without having to install `conda-lock`. Simply invoke e.g. `micromamba create -n my-env -f conda-lock.yml` with an environment lockfile named `*-lock.yml` or `*-lock.yaml`.
|
||||
|
||||
### provision-with-micromamba (setup-miniconda replacement)
|
||||
|
||||
|
|
Loading…
Reference in New Issue