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
I find it confusing (from a new user standpoint) that when adding a package from pypi (with a version string), it seems to be necessary to specify both the same version and the --pypi flag in order to remove it:
IMO it should be sufficient to just pixi remove gym no? Is there any case in which one should be allowed to have both conda and pipy versions of the same package installed?
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
Related to #1312 and #1314 (I think)
I find it confusing (from a new user standpoint) that when adding a package from pypi (with a version string), it seems to be necessary to specify both the same version and the --pypi flag in order to remove it:
For example:
Adding the version number:
Finally, adding the version number and the --pypi flag seems to work correctly (but it shouldn't be necessary to do this, right?)
Is this intended behaviour?
Expected behavior
The text was updated successfully, but these errors were encountered: