-
Notifications
You must be signed in to change notification settings - Fork 0
How to export the installed Python packages
Kallonaut edited this page Jan 31, 2022
·
4 revisions
Words in <Brackets>
have to be replaced by individual names.
Following this inside yout Anaconda Prompt:
-
Go to the directory you like to have the file being exported to by
cd <directory>
-
Switch to the desired environment by
activate <env-name>
-
Use this to export
conda env export > environment.yml