

This is useful if you don't want conda to check whether a new version of the repodata file exists, which will save bandwidth. Use cache of channel index files, even if it has expired. Networking Options -C, -use-index-cache
Anaconda create environment install#
Install all packages using copies instead of hard- or soft-linking. Package Linking and Install-time Options -copy solverĬhoose which solver backend to use. This WILL lead to broken environments and inconsistent behavior. no-depsĭo not install, update, remove, or change dependencies. Overrides the value given by conda config -show channel_priority. Package version takes precedence over channel priority. Packages in lower priority channels are not considered if a package with the same name appears in a higher priority channel. Solver Mode Modifiers -strict-channel-priority lock: use locking when reading, updating index (repodata.json) cache. Jlap: Download incremental package index data from repodata.jlap implies 'lock'. 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.
Anaconda create environment update#
List of packages to install or update in the conda environment. Usage : conda create ( - n ENVIRONMENT | - p PATH ) Positional Arguments package_spec
