1 | initial version |
What happens if you open a Terminal window (it's in Utilities) and do the following command?
/Users/fernandocukierman/Desktop/Sage-4.7.1-OSX-64bit-10.6.app/Contents/Resources/sage/sage
This should start a command-line session.
2 | No.2 Revision |
What happens if you open a Terminal window (it's in Utilities) and do the following command?
/Users/fernandocukierman/Desktop/Sage-4.7.1-OSX-64bit-10.6.app/Contents/Resources/sage/sage
This should start a command-line session.
Update after feedback:
Okay, it sounds like you do not have permissions for some reason. It's trying to set up your .sage
folder, and your system is not allowing this. Can you now try the following, then try everything again?
chmod a+w .sage/
(I think this is correct syntax)