Le mercredi 6 juin 2018 15:38:16 UTC+2, slelievre a écrit : > > Another possibility you might want to explore is using the > Docker image for SageMath > > https://hub.docker.com/r/sagemath/sagemath/ > > or the Docker image for SageMath + computational topology: > > https://hub.docker.com/r/computop/sage/ > > and installing ffmpeg and imagemagick into those if they > are not already there.
Once you have started the Docker image, installing ffmpeg and ImageMagick should just be a matter of typing these two lines in a terminal of that Docker image: sudo apt update sudo apt install -y ffmpeg imagemagick or, within SageMath running in that Docker image, the same two lines but starting with an extra "!": !sudo apt update !sudo apt install -y ffmpeg imagemagick Samuel -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com. To post to this group, send email to sage-support@googlegroups.com. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.