Ask Your Question

pythonGuy's profile - activity

2014-07-30 08:20:56 -0600 asked a question List of envirnoment variables?

I want to install OpenCV for an installation of Python under my home directory. But when I build and install OpenCV it installs for the system default Python which is older and does not have numpy. Browsing through some of the cmake files it looks like there are many env variables that may be set to customize the build and installation. Is there a comprehensive list of these somewhere? So far I have been unable to find a list like that. If not, can someone explain how to install OpenCV in a non-standard location?

Thanks!