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
.)