AMICI-dev/AMICI

Fix buildAmici.sh & installAmiciSource.sh to work with system-python

Closed this issue · 0 comments

Currently, if Python3_EXECUTABLE points to the system-python, there is a problem with installing packages. We need to create a venv from CMake initially and after that, only use the python executable from there.