I have a conda virtual environment with several unused packages installed inside it (either using pip install or conda install).
pip install
conda install
What is th
conda clean --yes --all
will sanitize everything. But take note: if you ever want to do any type of --offline operations, don't use --all; be more selective.
--offline
--all