Definitely the best way to uninstall all pypi packages in a conda environment is:

conda activate <your-env>
conda list | awk '/pypi/ {print $1}' | xargs pip uninstall -y
Answer from Luis Chaves Rodriguez on Stack Overflow
🌐
Anaconda
anaconda.com › docs › tools › anaconda-navigator › uninstall-navigator
Uninstalling Navigator - Anaconda
Uninstalling Anaconda Navigator removes the anaconda-navigator package from your base environment. After uninstalling, you will no longer be able to launch Navigator, but you can still manage packages and environments using conda commands.Your base conda installation, environments, packages, ...
Discussions

Anaconda remove package manually
Why not remove it with conda? More on reddit.com
🌐 r/learnpython
6
1
July 23, 2020
Python Anaconda - How to Safely Uninstall - Stack Overflow
I installed Python Anaconda on Mac (OS Mavericks). I wanted to revert to the default version of Python on my Mac. What's the best way to do this? Should I delete the ~/anaconda directory? Any other More on stackoverflow.com
🌐 stackoverflow.com
python - Conda uninstall one package and one package only - Stack Overflow
When I try to uninstall pandas from my conda virtual env, I see that it tries to uninstall more packages as well: $ conda uninstall pandas Using Anaconda Cloud api site https://api.anaconda.org Fe... More on stackoverflow.com
🌐 stackoverflow.com
Question: Can I delete Anaconda?
The Anaconda distribution bundles a bunch of libraries your notebooks may be importing. You can install those separately; you don't need Anaconda for them. But getting them all installed yourself might take some work. If you're concerned about losing your .ipynb notebook files, they should be backed up somewhere anyway. More on reddit.com
🌐 r/learnpython
9
2
April 24, 2025
People also ask

How to check if Anaconda is installed or not?
To check if Anaconda is installed on your Mac: · Open Finder &gt; Applications &gt; Utilities &gt; Terminal. · Type conda --version and press Return. · If Anaconda is installed, you'll see the version number. · Optional: Type echo $PATH to check if Anaconda’s directory appears in the output.
🌐
setapp.com
setapp.com › how-to › uninstall-anaconda-on-mac
How to uninstall Anaconda on Mac: Complete removal guide
Where is Anaconda installed on a Mac?
Anaconda is typically installed in the user directory under the folder name "anaconda3". · Here’s how to find Anaconda’s installation path on your Mac: · Open Finder &gt; Applications &gt; Utilities &gt; Terminal. · Type echo $CONDA_PREFIX and press Return. · Check the output: · For single-user: /Users/your-username/anaconda3 · For system-wide: /opt/anaconda3
🌐
setapp.com
setapp.com › how-to › uninstall-anaconda-on-mac
How to uninstall Anaconda on Mac: Complete removal guide
🌐
Reddit
reddit.com › r/learnpython › anaconda remove package manually
r/learnpython on Reddit: Anaconda remove package manually
July 23, 2020 -

Hi, I'm stuck on solving Environment, which looking on github is now a new error. How can I uninstall this manually, as I'm not interested in solving problems for anaconda, but I do need to get rid of this particular package as it's the wrong version and anaconda does not have the up to date version. If it's important it's django-crispy-forms, anaconda only has 1.7 which is not compatible with Django3. So need to remove this and pip install the correct one. Can I just find it in my virtual env folder and remove it, or are there metadata links that will cause problems?

🌐
Data Engineering Academy
dataengineeracademy.com › home › how to remove anaconda from windows?
How to remove Anaconda from Windows?
October 15, 2025 - Now, in the list of installed programs, look for “Anaconda” or any related entries like “Anaconda Navigator” or “Anaconda Python.” When you’ve located it, click on it to select it. After double-clicking on the Anaconda, you’ll notice an option to finish uninstalling or being changed the program.
🌐
Setapp
setapp.com › how-to › uninstall-anaconda-on-mac
How to uninstall Anaconda on Mac: Complete removal guide
March 6, 2026 - Here's how to completely uninstall Anaconda using CleanMyMac: Install and open CleanMyMac. Go to the Applications tab, then click Scan. Click Manage My Applications after the scan. Select Anaconda-Navigator under Uninstaller > All Applications.
🌐
Anaconda
docs.anaconda.com › free › anaconda › install › uninstall
Uninstalling Anaconda Distribution — Anaconda documentation
... The uninstall procedure might ... after completion. This is a known issue that is being addressed. ... Search for “Control Panel” in the Windows search box and select the Control Panel app. Click Uninstall a program under Programs. Select the Anaconda/Miniconda ...
Find elsewhere
🌐
Dr.Buho
drbuho.com › how-to › uninstall-anaconda-on-mac
How to Completely Uninstall Anaconda on Mac: Step by Step
June 24, 2024 - Right-click on the Anaconda icon, select "Show Original", and drag "Anaconda Navigator" to the trash.
🌐
Anaconda
docs.anaconda.com › anaconda-repository › user-guide › tasks › pkgs › delete-pkg
Deleting a package — Anaconda documentation
November 15, 2021 - Select the checkbox next to the packages you want to delete. Click the Delete button. Enter the account name in the confirmation window.
🌐
ThinkMobiles
thinkmobiles.com › home › blog › how to uninstall anaconda
3 ways to uninstall Anaconda completely on Windows
February 9, 2026 - Step 2: Tap the item to see the list of applications on your computer. Find Anaconda in the list, left-click it and press the Uninstall button. Then, confirm the removal by clicking another Uninstall button in the pop-up window.
🌐
SpyHunter
spyhunter.com › home › how to › how to uninstall anaconda on mac (step-by-step guide)
How To Uninstall Anaconda On Mac (Step-By-Step Guide)
June 7, 2024 - The proper uninstall process for any Mac app starts with ensuring the app is not running. You can quit the Anaconda app by clicking its name in the top menu of your Mac, then selecting Quit Anaconda-Navigator.