Ask Your Question
1

Will there be a Sage 7.6 VM??

asked 2017-03-31 00:47:59 +0200

Antonio gravatar image

updated 2017-03-31 09:07:53 +0200

FrédéricC gravatar image

Is there a reason why there are no VMs for Sage after version 7.4? I run Sage on Windows so I depend on virtual machines.

edit retag flag offensive close merge delete

Comments

FWIW the only reason is that the person who usually makes the VMs hasn't updated them yet. Have you tried the Docker images yet? It's generally a much more lightweight and seamless experience than using a full VM, though there may be some features missing--it depends on what you need.

Iguananaut gravatar imageIguananaut ( 2017-03-31 12:28:25 +0200 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2017-03-31 12:07:14 +0200

eric_g gravatar image

updated 2017-04-03 13:24:38 +0200

EDIT (3 April 2017): The VM files for Sage 7.6 are ready at http://www.sagemath.org/download-wind...


Instead of the Virtual Machine, it is recommended to run Sage 7.6 in Windows via Docker: https://docs.docker.com/docker-for-wi...

To install Sage 7.6 image, do

docker pull sagemath/sagemath

Then run it via

docker run -it sagemath/sagemath

To run it in the Jupyter notebook:

docker run -p 8888:8888 sagemath/sagemath-jupyter

or in the Sage legacy notebook:

docker run -p 8080:8080 sagemath/sagemath sage -notebook

More details here.

edit flag offensive delete link more

Comments

Am I right that it would work only on Windows 10 x64?

diversenok gravatar imagediversenok ( 2017-04-01 17:24:36 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2017-03-31 00:47:59 +0200

Seen: 371 times

Last updated: Apr 03 '17