You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ pixi run -e py311 postinstall
postinstall: command not found
Expected behavior
❯ pixi run -e py311 postinstall
✨ Pixi task: pip install --no-build-isolation --no-deps --disable-pip-version-check -e .
# and
❯ pixi run postinstall
In which environment do you want to run the task postinstall?
1. py311
2. py312
1.
✨ Pixi task: pip install --no-build-isolation --no-deps --disable-pip-version-check -e .
The text was updated successfully, but these errors were encountered:
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
Expected behavior
The text was updated successfully, but these errors were encountered: