Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/sagelib/spkg-install: Un-poison SAGE_DOC for installing th…
Browse files Browse the repository at this point in the history
…e kernelspec
  • Loading branch information
Matthias Koeppe committed May 16, 2022
1 parent 1c1dbc5 commit 6862287
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/pkgs/sagelib/spkg-install
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ else
time python3 -u setup.py --no-user-cfg build install || exit 1
fi

# Install sagemath kernel spec, including symlink to documentation
# Install sagemath kernel spec in $(SAGE_VENV)/share/jupyter/kernels/sagemath,
# including symlink to documentation. Un-poison SAGE_DOC for this purpose.
unset SAGE_LOCAL SAGE_SHARE SAGE_DOC
python3 -c 'from sage.repl.ipython_kernel.install import SageKernelSpec; SageKernelSpec.update()'

# Trac #33103: The temp.* directories are large after a full build.
Expand Down

0 comments on commit 6862287

Please sign in to comment.