Ask Your Question
1

Where is sage installed?

asked 2016-08-05 17:27:27 +0200

ml9nn gravatar image

This seems like a simple question, but I am looking for an in-depth answer.

I did a manual installation on OSX by downloading the sage tar file and running make. I now have a sage-7.2 folder which seems to contain all of sage.

For example, sage doesn't seem to use any python libraries on my computer, but instead installs all python libraries locally in sage-7.2/local/lib/python2.7.

Are there any large libraries/files that sage installs that are NOT in the sage-7.2 folder? About how much space do these external files take up?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2016-08-09 23:06:31 +0200

slelievre gravatar image

Indeed, Sage installs its own Python.

Depending on the version of gcc available on your computer, it might also install its own gcc.

For ATLAS, there are environment variables you can set to tell Sage to use an existing version on your system. Depending on your operating system, unless you set these environment variables, Sage will compile its own ATLAS.

Maybe you need to save disk space? If so, if you are only planning to use Sage as is, without installing extra packages and without doing development, there are parts of the sage-x.y folder that you can remove after compiling (not sure which).

edit flag offensive delete link more
2

answered 2016-08-05 23:33:14 +0200

tmonteil gravatar image

Everything that Sage installs belong to the sage-7.2 folder.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2016-08-05 17:27:27 +0200

Seen: 856 times

Last updated: Aug 09 '16