Entering edit mode
4.2 years ago
zhangdengwei
▴
210
hi all,
I would like to check the history of some apps installed by conda
on Linux, how can I get this information, like when I install or update or remove one app. Thanks very much!
I found there is a history file located at "env/conda-meta/history". Thanks!
Hi, You could use this cmd -
That would list out pkgs installed by date. Though, there would be other communities better suited for this question.
It seems I cannot get the complete list using this command.
conda list --revisions
?