Search code examples
pycharmexportcondaenvironment

Can PyCharm automatically export the Conda environment to environment.yml?


Is there a way to export the active Conda environment by PyCharm itself into a yml file? Something similar to Tools -> Sync Python Requirements... menu item!


Solution

  • Nope, there is no such ability at the moment, it is only possible to create conda environment from yml file.