Please read tips for efficient and successful posting and posting code
ROOT Version: Any
Platform: Docker Ubuntu 22
Compiler: Cmake?
I want to install ROOT on an existing Ubuntu docker container.
I can use anaconda for this, but then when in the installed environment I don’t have access to the preinstalled packages.
To be more specific, I have pytorch installed without conda and I can’t access it while in the ROOT conda environment.
My question is, how I can install ROOT with a specific python version without using conda and without building from source.
With conda I can use
conda create -c conda-forge --name myenv root python=
Is there a similar alternative without conda?
Thank you.