To install PyTorch and OpenCV using a fixed Conda channel order, you need to:
Set channel priorities explicitly (so Conda doesn't auto-select from multiple sources).
Use conda config to pin preferred channels.
Install packages while preserving that order.