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

Commit

Permalink
.devcontainer/downstream-archlinux-latest/devcontainer.json: No need …
Browse files Browse the repository at this point in the history
…to bootstrap
  • Loading branch information
Matthias Koeppe committed Aug 17, 2022
1 parent b09e6d1 commit f99f09f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"postCreateCommand": "EXTRA_SYSTEM_PACKAGES='sagemath sagemath-doc' EXTRA_SAGE_PACKAGES='notebook pip' .devcontainer/post_create.sh",
// Run commands after the container is started.
// There's no SAGE_LOCAL, so remove the symlink 'prefix'.
"postStartCommand": "make configure && rm -f prefix && ln -sf /usr venv",
"postStartCommand": "rm -f prefix && ln -sf /usr venv",
"extensions": [
"ms-python.python"
]
Expand Down

0 comments on commit f99f09f

Please sign in to comment.