Skip to content

Commit

Permalink
docs: Fix typo in pixi export conda-enviroment (#2533)
Browse files Browse the repository at this point in the history
Hi all,

Just a minor fix regarding the example of exporting a Pixi environment
to Conda.
  • Loading branch information
nmarticorena authored Nov 21, 2024
1 parent e876d4e commit 60147fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/switching_from/conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This will create a new project with the dependencies from the `environment.yml`
??? tip "Exporting your environment"
If you are working with Conda users or systems, you can [export your environment to a `environment.yml`](../reference/cli.md#project-export-conda_environment) file to share them.
```shell
pixi project export conda
pixi project export conda-environment
```
Additionally you can export a [conda explicit specification](../reference/cli.md#project-export-conda_explicit_spec).

Expand Down

0 comments on commit 60147fd

Please sign in to comment.