Conda Tips Creating Environments You can use --prefix instead of --name to put the environment in a specific directory. Exporting Environments conda env export --from-history > environment.yml