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