Skip to content

pixi workspace system-requirements add#

About#

Adds an environment to the manifest file

Usage#

pixi workspace system-requirements add [OPTIONS] <REQUIREMENT> <VERSION>

Arguments#

  • <REQUIREMENT>
    The name of the system requirement to add
    required: true
    options: linux, cuda, macos, glibc, other-libc
  • <VERSION>
    The version of the requirement
    required: true

Options#