Skip to content

pixi config prepend#

About#

Prepend a value to a list configuration key

Usage#

pixi config prepend [OPTIONS] <KEY> <VALUE>

Arguments#

  • <KEY>
    Configuration key to set
    required: true
  • <VALUE>
    Configuration value to (pre|ap)pend
    required: true

Config Options#

Global Options#

Description#

Prepend a value to a list configuration key

Example: pixi config prepend default-channels bioconda

Examples#

pixi config prepend default-channels conda-forge