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

Implement Cleanup Subroutine for Miniconda Post Setup in setup.bat #4

Open
5 tasks
p3nGu1nZz opened this issue Mar 22, 2024 · 0 comments
Open
5 tasks
Assignees

Comments

@p3nGu1nZz
Copy link
Collaborator

Overview

This ticket outlines the need for a cleanup subroutine in our setup.bat script to remove Miniconda after the initial setup process is complete.

Objective

The goal is to ensure that any temporary files or configurations added during the Miniconda setup are properly removed, preventing potential conflicts or clutter in the system.

Tasks

  • Identify all temporary files and configurations created by Miniconda setup.
  • Develop a cleanup subroutine that can be called post Miniconda setup.
  • Integrate the cleanup subroutine into the existing setup.bat script.
  • Test the subroutine to ensure it effectively cleans up without affecting the system negatively.
  • Document the subroutine and its impact on the setup process.

Acceptance Criteria

  • The cleanup subroutine should run automatically after Miniconda setup is complete.
  • The system should be left in a clean state, with no residual files or configurations from Miniconda setup.
  • The setup.bat script should execute without errors on Windows environments.

Please feel free to adjust the content as needed to fit the specifics of your project's requirements.

@p3nGu1nZz p3nGu1nZz self-assigned this Mar 22, 2024
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