conda-forge
channel to a personal channel called jsmith
:
conda-forge/glueviz/0.10.4
is a “spec” that can be formatted in one of two ways: user/package/version
or user/package/version/filename
.
anaconda copy
commands from-channel
and to-channel
have been deprecated. If you attempt to run anaconda copy --from-channel conda-forge --to-channel jsmith glueviz
, you will receive an error that Label conda-forge does not exist
.glueviz/0.10.4
already exists for user jsmith
, you will receive the following error message: File conflict while copying!
. If you want to copy the package anyway, try prepending the command with one of the following flags:
--replace
- allows you to overwrite an already existing package--update
- allows you to add missing metadata to an existing packagehttp://anaconda.org/<USERNAME>/<PACKAGE>
, where <USERNAME>
is your username and <PACKAGE>
is the package name.
http://anaconda.org/<USERNAME>
, where <USERNAME>
is your username.
--force-metadata-update
.