Search code examples
condaminicondaroot-framework

Can Conda manage multiple versions of the same package?


I’m trying to use two Conda environments, each with a different version of CERN Root, but after setting them up and installing, even if I switch environments, only the first installed version works. I specified the versions upon install and the pkgs/ directory shows both, but I can only run one, and the include directory only shows the headers for one. Is there any way to fix this?


Solution

  • The issue turned out to be an alias that was capturing the original version in the Conda base environment as part of an environment switcher designed before the package was released for Conda. Removing this solved the issue.