conda package#
Create low-level conda packages. (EXPERIMENTAL)
usage: conda package [-h] [-n ENVIRONMENT | -p PATH] [-w PATH [PATH ...]] [-r]
                     [-u] [--pkg-name PKG_NAME] [--pkg-version PKG_VERSION]
                     [--pkg-build PKG_BUILD]
Named Arguments#
- -w, --which
- Given some file's PATH, print which conda package the file came from. 
- -r, --reset
- Remove all untracked files and exit. 
- -u, --untracked
- Display all untracked files and exit. 
- --pkg-name
- Designate package name of the package being created. 
- --pkg-version
- Designate package version of the package being created. 
- --pkg-build
- Designate package build number of the package being created. 
Target Environment Specification#
- -n, --name
- Name of environment. 
- -p, --prefix
- Full path to environment location (i.e. prefix).