Skip to content

adds tmpreaper task to cleanup old conda envs #13

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

martindemko
Copy link
Collaborator

No description provided.

@martindemko
Copy link
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.

1 participant