Skip to content

Can we install an older version of Oceananigans? #3078

Discussion options

You must be logged in to vote

Yes, to install, for example, 0.79.0, you would type ] to enter package manager mode, and then

pkg> add Oceananigans@0.79.0

You can use an environment using a Project.toml to avoid having to manually specify packages whenever you start using a new system.

I also suggest using github to store your code (which you may already do), along with the Project.toml. That will mean you could lose your whole computer but still regenerate your code, because the Project.toml can encode the "compatability" of your code with all the packages it uses.

Here's some documentation about that I recommend reading:

https://docs.julialang.org/en/v1/stdlib/Pkg/

https://pkgdocs.julialang.org/v1/environments/

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@glwagner
Comment options

@weigwu
Comment options

Answer selected by weigwu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants