pixi icon indicating copy to clipboard operation
pixi copied to clipboard

Failed to `pixi config set mirrors` in Windows Terminal

Open AlphonseZetta10 opened this issue 7 months ago • 4 comments

Checks

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

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

Reproducible example

pixi config set --global mirrors '{"https://conda.anaconda.org/": ["https://prefix.dev/conda-forge"]}'

Just like what manual said

OS: Windows 10 19044.4651 Terminal: Windows Terminal

Issue description

PS *** > pixi config set --global mirrors '{"https://conda.anaconda.org/": ["https://prefix.dev/conda-forge"]}'
  × key must be a string at line 1 column 2

Expected behavior

write the mirror setting into global config located in %USERPROFILE%/.pixi

AlphonseZetta10 avatar Jul 26 '24 03:07 AlphonseZetta10