Export a yaml file from a conda environment.
Arguments
- conda_env
Name of the conda environment to export.
- yaml_path
Path to write yaml file to.
- conda
The path to a
condaexecutable. Use"auto"to allowreticulateto automatically find an appropriatecondabinary. See Finding Conda andconda_binary()for more details.- method
Method to use:
"basilisk""reticulate"
- verbose
Print messages.
- ...
Additional arguments passed to conda_create.
See also
Other conda:
activate_env(),
find_env_rlib(),
yaml_to_env()