Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Julia Pkg. codes to preserve and reinstantiate an environment #1

Open
larsvilhuber opened this issue Aug 24, 2021 · 2 comments
Open
Assignees

Comments

@larsvilhuber
Copy link
Member

@larsvilhuber larsvilhuber self-assigned this Aug 24, 2021
@larsvilhuber
Copy link
Member Author

Initial setup (populate with packages)

using Pkg
Pkg.generate .
Pkg.activate .

dependencies = [
"IJulia",
"Genie"
]

Pkg.add(dependencies)

(authors then provide the Project. TOML file)

Subsequent re-use:

using Pkg
Pkg.activate .
Pkg.instantiate()

@larsvilhuber
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant