conda虚拟环境下载的包在base环境下的解决办法

  • 首先激活想安装的环境
    conda activate [env]
  • 然后使用命令安装
    python -m pip install [package]

你可能感兴趣的:(conda操作,conda)