I am trying to install opencv following the tutorial - https://www.pyimagesearch.com/2018/05/28/ubuntu-18-04-how-to-install-opencv/
I got through till 'make -j4' and made 100% compile.
After this step, when I try ls /usr/local/python/cv2/python-3.6, I get the following error - ls: cannot access '/usr/local/python/cv2/python-3.6': No such file or directory
cd /usr/local/python/cv2
ls -l
total 16
-rw-r--r-- 1 root root 98 Jul 3 13:55 config.py
-rw-r--r-- 1 root root 2857 Nov 17 2018 init.py
-rw-r--r-- 1 root root 151 Nov 17 2018 load_config_py2.py
-rw-r--r-- 1 root root 262 Nov 17 2018 load_config_py3.py
which python
/home/ciaran/.virtualenvs/cv/bin/python
I have looked at multiple forums online and tried troubleshooting but I still can't get past this step.