Skip to content

trevor-moon/conda-remove-envs

Repository files navigation

Remove conda environments

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 ...

Usage

Remove one environment

python conda_remove_envs.py -n NAME

Remove multiple environments

python conda_remove_envs.py -n NAME1 NAME2

Install

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

Roadmap

  • Publish to channels (issue #4)
  • Bash wrapper for python script
  • Setup CI & CD tools (issue #12)

Contributing

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.

Contact

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 😄

License

The MIT License