Remove multiple conda environments.
The tool was created to bulk-remove conda environments to avoid the need to have multiple
conda env remove -n NAME
Instead, you can now remove multiple environments with
python conda_remove_envs.py -n NAME1 NAME2 ...
Remove one environment
python conda_remove_envs.py -n NAME
Remove multiple environments
python conda_remove_envs.py -n NAME1 NAME2
Clone the project
git clone https://github.com/trevor-moon/conda-remove-envs.git
Change to the install location
cd conda-remove-envs
Use
python conda_remove_envs.py --help
See good first issues for quick contributions.
Take a look at the open issues and open pull requests for other tasks.
If you find any issues or want a new feature, consider create an issue or create a pull-request.
You can contact me at through email or discord with the subject of the message "conda-remove-envs". That way I know why you're messaging 😄