LinuxCommandLibrary

conda-package

environment archival tool

TLDR

Package an environment into a tarball

$ conda package
copy
Package with specific name
$ conda package --name [env_name]
copy

SYNOPSIS

conda package [options]

DESCRIPTION

conda package creates a tarball of a conda environment for distribution or archival. This allows sharing complete environment states.

PARAMETERS

-n, --name name

Name of environment to package.
-p, --prefix path
Path to environment to package.

CONFIGURATION

~/.condarc

User-level conda configuration for channels, package settings, and solver options.
/opt/conda/.condarc
System-wide conda configuration.

CAVEATS

Large environments may produce very large archives. Consider using environment.yml exports for more portable sharing.

SEE ALSO

conda(1), conda-env(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community