List installed files of a package?

前端 未结 2 809
一生所求
一生所求 2020-12-10 11:40

I\'ve done my homework: searched, tried and read conda documentation. However, I could not find the answer to this seeming common and simple task: List files that belong to

2条回答
  •  再見小時候
    2020-12-10 12:41

    Assuming you have activated the relevant anaconda environment, you can look at the file ${CONDA_PREFIX}/conda-meta/-.json and look for the files element.

    (this works with Miniconda on Linux)

提交回复
热议问题