Advertisement
edsheut

Sym-link OpenCV Python3

Oct 17th, 2020 (edited)
1,860
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. # Generar el Sym-link para Python
  2. $ cd /usr/local/lib/python3.7/site-packages/
  3. $ sudo mv cv2.cpython-37m-arm-linux-gnueabihf.so cv2.so
  4. $ cd ~/.virtualenvs/cv/lib/python3.7/site-packages/
  5. $ ln -s /usr/local/lib/python3.7/site-packages/cv2.so cv2.so
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement