I'm trying to install opencv in my Jetson TX2. I would like to install it within my conda environment. I used the following command to do so,
sudo apt-get install python-opencv
It actually installs opencv but outside the conda so I'm not able to import it within conda. How can I have it installed within my conda?.