Downgrade from dolfin 2019.1.0 to 2017.2.0

Hello everyone,
dolfin-version in the terminal returns that I have the version 2019.1.0. I’d like to have version 2017.2.0. Is that possible? If so, how can I do that? Thanks.

The easiest is probably to use Docker and the 2017.2.0 tag:

docker run -ti quay.io/fenicsproject/stable:2017.2.0
2 Likes