conda-package
environment archival tool
TLDR
Package an environment into a tarball
$ conda package
Package with specific name$ conda package --name [env_name]
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.
