Hi Márcio, On Wed, Jun 10, 2009 at 5:31 AM, [email protected]<[email protected]> wrote: > > Hello everybody. > > I have a problem wiht space in my HD and a would like to know if I can > delete the "devel" folder, which is located inside SAGE main folder, > without affecting Sage functionality. It seems that this folder is > important only for those interested in developing... and I am not one > of them.
I assume you compiled Sage from source and assuming that you're using one of the *nix variants. When you start up Sage, you're running the script SAGE_ROOT/sage which links to the directory SAGE_ROOT/devel/sage. But SAGE_ROOT/devel/sage is a symbolic link to SAGE_ROOT/devel/sage-main. So removing the whole SAGE_ROOT/devel directory will mess up your Sage installation and render Sage unusable AFAIK. -- Regards Minh Van Nguyen --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
