carpentries-incubator / introduction-to-conda-for-data-scientists

Introduction to Conda for (Data) Scientists
https://carpentries-incubator.github.io/introduction-to-conda-for-data-scientists/
Other
48 stars 40 forks source link

Exporting an environment using --from-history is not showing pip installed packages! #72

Open davidrpugh opened 3 years ago

davidrpugh commented 3 years ago

Is it possible to generate an environment file for an existing environment that includes packages installed via pip?

twrightsman commented 2 years ago

I don't believe it is possible in Conda yet; https://github.com/conda/conda/issues/9628 is the upstream bug for this