Skip to content

Commit

Permalink
Remove reference to 'system' channel.
Browse files Browse the repository at this point in the history
This channel no longer exists, and looks like an artifact left over in
the doc from a conda 2.x feature that is no longer supported nor
necessary (.condarc specified channels are search by default). This came
up on the conda mailing list as a point of confusion, and is confusing
since the term 'system' is already overloaded with multiple meanings.
  • Loading branch information
scw committed Apr 13, 2018
1 parent 660f35a commit e623fc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conda/cli/conda_argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -1176,8 +1176,7 @@ def add_parser_channels(p):
help="""Additional channel to search for packages. These are URLs searched in the order
they are given (including file:// for local directories). Then, the defaults
or channels from .condarc are searched (unless --override-channels is given). You can use
'defaults' to get the default packages for conda, and 'system' to get the system
packages, which also takes .condarc into account. You can also use any name and the
'defaults' to get the default packages for conda. You can also use any name and the
.condarc channel_alias value will be prepended. The default channel_alias
is http://conda.anaconda.org/.""",
)
Expand Down

0 comments on commit e623fc5

Please sign in to comment.