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 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.
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
Reproducible example
pixi global install conda
conda activate base
conda list
EnvironmentLocationNotFound: Not a conda environment: /home/kauslers/.pixi/envs/conda
Issue description
I am using Pixi to install Conda. With my Pixi installed Conda, when I run conda list in the base environment I get this error.
EnvironmentLocationNotFound: Not a conda environment: /home/kauslers/.pixi/envs/conda
conda list does work in other environments.
Expected behavior
conda list shows the packages installed in the base environment
Activity