Can I somehow automatically specify in conanfile.py install the required package even if it is already installed?
If I do conan install <package> with my hands, then it will install it, even if it was installed before. But in conanfile.py it just writes ": Already installed!" and goes on.
This may conan create <package> --<param>, but it would be better if it was written in the recipe itself.
Thanks in advance