Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

What is the difference between conda uninstall and conda remove?

It seems that both commands can be used to remove packages:

conda uninstall numpy
conda remove numpy

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

There is no difference, they are the same command.

Check the help output of conda uninstall:

conda uninstall --help
usage: conda-script.py uninstall [-h] [-n ENVIRONMENT | -p PATH] [-c CHANNEL] [--use-local] [--override-channels]
                                 [--repodata-fn REPODATA_FNS] [--all] [--features] [--force-remove] [--no-pin] [-C]
                                 [-k] [--offline] [-d] [--json] [-q] [-v] [-y] [--dev]
                                 [package_name [package_name ...]]

Alias for conda remove.
[...]

Note the Alias for conda remove.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading