Skip to content

How to export the installed Python packages

Kallonaut edited this page Jan 31, 2022 · 4 revisions

How to export the installed Python packages?

Words in <Brackets> have to be replaced by individual names. Following this inside yout Anaconda Prompt:

  1. Go to the directory you like to have the file being exported to by cd <directory>

  2. Switch to the desired environment by activate <env-name>

  3. Use this to export conda env export > environment.yml