Skip to content

Commit

Permalink
"source activate" -> "conda activate" in create CLI help
Browse files Browse the repository at this point in the history
  • Loading branch information
bryant1410 authored Sep 26, 2019
1 parent 16bafde commit d9e0c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/cli/conda_argparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ def configure_parser_config(sub_parsers):

def configure_parser_create(sub_parsers):
help = "Create a new conda environment from a list of specified packages. "
descr = (help + "To use the created environment, use 'source activate "
descr = (help + "To use the created environment, use 'conda activate "
"envname' look in that directory first. This command requires either "
"the -n NAME or -p PREFIX option.")

Expand Down

0 comments on commit d9e0c6a

Please sign in to comment.