docs/reference/cli/pixi/config/edit.md
Edit the configuration file
--8<-- "docs/reference/cli/pixi/config/edit_extender:description"
pixi config edit [OPTIONS] [EDITOR]
<EDITOR></a>
: The editor to use, defaults to EDITOR environment variable or nano on Unix and notepad on Windowsenv: EDITOR
--local (-l)</a>
: Operation on project-local configuration--global (-g)</a>
: Operation on global configuration--system (-s)</a>
: Operation on system configuration--manifest-path (-m) <MANIFEST_PATH></a>
: The path to pixi.toml, pyproject.toml, or the workspace directory--workspace (-w) <WORKSPACE></a>
: Name of the workspace--8<-- "docs/reference/cli/pixi/config/edit_extender:example"