| 1 | initial version |
This is a bug in Sage. In the file relocate-once.py, try replacing
print "relocate-once.py -d <destination>"
with
print("relocate-once.py -d <destination>")
(Alternatively, if the first line of the file is !#/usr/bin/env python, try changing that to !#/usr/bin/env python2.)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.