Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coherent Python in Windows #31

Open
raquelalegre opened this issue Nov 27, 2015 · 1 comment
Open

Coherent Python in Windows #31

raquelalegre opened this issue Nov 27, 2015 · 1 comment

Comments

@raquelalegre
Copy link
Contributor

At the moment to make Windows find Python.h we have to add this to cmake:

-DPYTHON_INCLUDE_DIR="C:\tools\Miniconda3\envs\dcprogs\include"
@mdavezac
Copy link

mdavezac commented Dec 2, 2015

You could also do -DCMAKE_PREFIX_PATH="C:\tools\Miniconda3\envs\dcprogs\. This will ensure anything under that prefix is found, not just python.

If conda defines some environment variable (VIRTUAL_ENV?), it might be possible to make discovery automatic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants