Note that Sage 9.1 for Python 2 can be built from source.

Download the source tarball, extract it where you want
your Sage installed. Change to the obtained directory.

Set number of jobs to run in parallel (-j4 for 4 jobs):
```
$ MAKE='make -j4 -s V=0'
```

Build for Python 2:
```
$ make configure
$ ./configure --with-python=2
$ make
```

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/36ac2226-3961-409a-8f53-6765f1d8d346o%40googlegroups.com.

Reply via email to