
For more information, see conda config -describe repodata_fns. Leftmost entries are tried first, and the fallback to repodata.json is added for you automatically. This is used to employ repodata that is smaller and reduced in time scope. Conda will try whatever you specify, but will ultimately fall back to repodata.json if your specs are not satisfiable with what you specify here. Specify file name of repodata on the remote server where your channels are configured or within local backups. override-channelsĭo not search default or. condarc channel_alias value will be prepended. You can use 'defaults' to get the default packages for conda. condarc are searched (unless -override-channels is given). These are URLs searched in the order they are given (including local directories using the ' file://' syntax or simply a path like '/home/conda/mychan' or './mychan'). Channel Customization -c, -channelĪdditional channel to search for packages. Target Environment Specification -n, -nameįull path to environment location (i.e. This is mainly for use during tests where we test new conda sources against old Python versions. Use sys.executable -m conda in wrapper scripts instead of CONDA_EXE.

Repeated file specifications can be passed (e.g. Read package versions from the given file. options -cloneĬreate a new environment as a copy of an existing local environment. List of packages to install or update in the conda environment. Usage : conda create ( - n ENVIRONMENT | - p PATH ) Positional Arguments package_spec
