Skip to content

Feature/fix python with multiple versions

Dominic Kempf requested to merge feature/fix-python-with-multiple-versions into master

Actually, make install already installs Python packages, so there is no need to do it manually in a post-install hook.

Additionally, we set the DUNE_PY_DIR and DUNE_CONTROL_PATH environment variables, so that the Python bindings work even in presence of multiple installations.

This fixes #8 (closed)

Merge request reports