Package names are shown with dashes '-' while installing, but with underscores '_' when listing. #1890
Open
2 tasks done
Labels
🐞 bug
Something isn't working
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
Issue description
When running
pixi install -vv
:We see that 'python-dotenv' is used.
But when doing
pixi list | grep dotenv
:❯ pixi list | grep dotenv python_dotenv 1.0.1 53 KiB pypi python_dotenv-1.0.1-py3-none-any.http.whl
'python_dotenv' is used.
This makes if hard to search for packages in your pixi.toml based on the information provided during the installation when troubleshooting dependency issues, for instance.
Expected behavior
Pixi should stick to one convention.
The text was updated successfully, but these errors were encountered: