We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e249bef commit 966fb86Copy full SHA for 966fb86
.devcontainer/downstream-archlinux-latest/devcontainer.json
@@ -3,7 +3,7 @@
3
"name": "archlinux:latest downstream Sage",
4
"image": "archlinux:latest",
5
// Create an empty bashrc to avoid the error "No such file or directory" when opening a terminal.
6
- "onCreateCommand": "EXTRA_SYSTEM_PACKAGES='sagemath sagemath-doc' EXTRA_SAGE_PACKAGES='notebook pip' .devcontainer/onCreate.sh && touch ~/.bashrc",
+ "onCreateCommand": "sed -i '/^NoExtract/d' /etc/pacman.conf; EXTRA_SYSTEM_PACKAGES='sagemath sagemath-doc' EXTRA_SAGE_PACKAGES='notebook pip' .devcontainer/onCreate.sh && touch ~/.bashrc",
7
// There's no SAGE_LOCAL, so remove the symlink 'prefix'.
8
"updateContentCommand": "rm -f prefix && ln -sf /usr venv",
9
"extensions": [
0 commit comments