Skip to content

EnvironmentLocationNotFound when running conda list in base env with Pixi installed Conda #3998

@scott-kausler

Description

@scott-kausler

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @wolfv@scott-kausler

      Issue actions

        EnvironmentLocationNotFound when running conda list in base env with Pixi installed Conda · Issue #3998 · prefix-dev/pixi