-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot rebuild sage #2
Comments
Thanks for reporting this Matthias, but could you expand on what is wrong? I looked at the json file you linked to, but I didn't know that the |
I think after installing Sage, some of the following scripts in https://github.com/3-manifolds/sagedocker/tree/master/sage/scripts clobber parts of the Sage installation. |
Hmm, we do add some additional software to the |
True, what is in The devcontainer script uses its own source tree mounted in the container and configures it to re-use the /sage/local installation prefix. |
I am not sure if this is relevant, but there is now a symlink
sage/local/venv to a venv which contains a lot of the stuff that used to go
in sage/local. I am guessing that whatever we put into sage/local now
needs to move to the venv.
- Marc
…On Tue, May 31, 2022 at 8:33 AM Nathan Dunfield ***@***.***> wrote:
Hmm, we do add some additional software to the $SAGE_LOCAL tree, mostly
various topology Python packages, and also mess with the Jupyter(-Lab)
config. So that I can debug, what's a specific command that results in an
error?
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ6CP3PT6X7G6CUGFVYH6DVMYILDANCNFSM5WJC6JAA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
The Sage installation in computop/sage:9.5 has several issues that prevent rebuilding when changes are made to Sage.
I ran into this while setting up computop/sage as a VS Code devcontainer for Sage development, https://trac.sagemath.org/ticket/33671
The issues and workarounds for them are described in:
https://git.sagemath.org/sage.git/diff/.devcontainer/devcontainer-computop-sage.json?id=8ec5393e16da7b211d4ee060b1dc34dc0facae52
The text was updated successfully, but these errors were encountered: