-
Notifications
You must be signed in to change notification settings - Fork 65
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
Have an option to save output of greta installation process to a single log file #493
Labels
Milestone
Comments
Or alternatively provide a function that writes out all of the notes files. Something like the following works - although there's probably a better way using {whiskers} or {epoxy} or other log file systems
|
njtierney
added a commit
to njtierney/greta
that referenced
this issue
Aug 8, 2024
…es them defunct. * Added option to write to a single logfile with `greta_set_install_logfile()`, and `write_greta_install_log()`. (greta-dev#493) * Added `destroy_greta_deps()` function to remove miniconda and python conda environment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
something like
Which then saves the logfile to something like: "greta-logfile-YYYY-MM-DD.md"
The
.md
file has HTML "details" tags that might looks like thisminiconda installation
heaps and heaps of stuff"greta-env" creation
heaps more stuff"python dependencies" installation
heaps more stuffThe text was updated successfully, but these errors were encountered: