pixi global install
fails when package name contains dot
#2633
Labels
area:global
Related to pixi global
pixi global install
fails when package name contains dot
#2633
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
This used to work in v0.32.1:
But broke in v0.33.0:
And has been broken since:
docker run ghcr.io/prefix-dev/pixi:0.39.0 pixi global install ruamel.yaml × Failed to parse environment name 'ruamel.yaml', please use only lowercase │ letters, numbers, dashes and underscores
Issue description
Running
pixi global install <package_name>
, where the package name contains a dot (e.g.,ruamel.yaml
) yields an unexpected error.Expected behavior
I expect to be able to install such packages globally.
The text was updated successfully, but these errors were encountered: