-
Notifications
You must be signed in to change notification settings - Fork 16
Install with juliaup? #19
Comments
@sjkelly Use the Dev Container Feature instead of this repo. |
@eitsupi thanks for the work on these projects. I see a substantial overlap between the target use cases and developers of that project and this one. Do you have a recommendation on whether some generic Julia project should prefer using this container image vs. a standard devcontainer with that feature added to it? |
@gerlero I believe that this repository is outdated and that there is essentially no advantage to continuing to use. Since Julia is very lightweight and can be installed in seconds, it is very easy to install any Julia using the julia Feature on a base image of your choice. However, for now the Julia Feature lacks postCreateCommand (JuliaLang/devcontainer-features#9). |
This container is really helpful to get up and running with codespaces quite easily. However, often times I am interested in testing on several Julia versions in the container. I am wondering if it makes sense to use juliaup to manager the installs, making it easy for a user to add a new Julia version once they are in the devcontainer.
The text was updated successfully, but these errors were encountered: