Skip to content

bug(run): pixi run echo '{{ hello }}' fails #5478

@borchero

Description

@borchero

Checks

  • I have checked that this issue has not already been reported.

  • I have confirmed this bug exists on the latest version of pixi, using pixi --version.

Reproducible example

The issue from #4432 has surfaced again in pixi v0.63.2.

Command:

pixi run echo '{{ hello }}'

Output:

Error:   × failed to replace argument placeholders
   ╭────
 1 │ 'echo' '{{ hello }}'
   ·            ──┬──
   ·              ╰── this part can't be replaced
   ╰────

Issue description

No response

Expected behavior

The command should run through with the following output:

{{ hello }}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions