Skip to content

adds tmpreaper task to cleanup old conda envs#13

Draft
martindemko wants to merge 1 commit intomainfrom
automatic_conda_envs_cleanup
Draft

adds tmpreaper task to cleanup old conda envs#13
martindemko wants to merge 1 commit intomainfrom
automatic_conda_envs_cleanup

Conversation

@martindemko
Copy link
Copy Markdown
Collaborator

No description provided.

@martindemko
Copy link
Copy Markdown
Collaborator Author

I gave it second thought and it is not the best solution at all. Using --ctime for files will not reflect access time, so the files could be removed when actually be using by a tool. Ok, there is (implicit) --atime parameter for files, which might be more suitable. However, still not perfect, as it can (for some reason) remove only part of environment and make it a broken one.

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

Successfully merging this pull request may close these issues.

2 participants