Is it possible to run opencv (python binding) from a virtualenv?

前端 未结 4 1272
悲哀的现实
悲哀的现实 2020-12-05 02:45

I would like to keep everything contained within the virtualenv. Is this possible with OpenCV? I\'m fine with building from scratch, do I just need to setup the virtualenv

4条回答
  •  伪装坚强ぢ
    2020-12-05 03:02

    On Debian, I apt installed python-opencv, python-virtualenv, python-pip and then created a virtualenv using the option --system-site-packages.

提交回复
热议问题