Skip to content

Commit

Permalink
export python executable in source install
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Mar 6, 2024
1 parent bb020aa commit b524013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/installAmiciSource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ else
source "${venv_dir}/bin/activate"
fi

# set python executable for cmake
export PYTHON_EXECUTABLE="${AMICI_PATH}/venv/bin/python"

python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip setuptools cmake_build_extension numpy
python -m pip install git+https://github.com/FFroehlich/pysb@fix_pattern_matching # pin to PR for SPM with compartments
Expand Down

0 comments on commit b524013

Please sign in to comment.