Skip to content

pixi build#

About#

Lock file and installation configuration with --as-is support Used by shell, shell-hook, and run commands

Usage#

pixi build [OPTIONS]

Options#

Config Options#

Update Options#

  • --no-install
    Don't modify the environment, only modify the lock-file
  • --frozen
    Install the environment as defined in the lockfile, doesn't update lockfile if it isn't up-to-date with the manifest file
    env: PIXI_FROZEN
  • --locked
    Check if lockfile is up-to-date before installing the environment, aborts when lockfile isn't up-to-date with the manifest file
    env: PIXI_LOCKED
  • --as-is
    Shorthand for the combination of --no-install and --frozen

Global Options#