Parallely install conda root with the root installed with build

I have installed ROOT from scratch with the source. But due to some reason, I couldn’t use pyROOT. Now is it possible to install ROOT from conda without conflict with the previous one?

ROOT Version: Not Provided
Platform: Ubuntu 22.04
Compiler: Not Provided


1 Like

If you want to try it with minimum effort, you can create a conda virtual environment first and then install root once you activate the environment. Conda will add the virtual environment path to $PATH, so that when you run root, the root in the your active environment will run.