Skip to content

Commit

Permalink
Merge pull request conda#9524 from cjmartian/add-more-messaging
Browse files Browse the repository at this point in the history
add -n base to the install anaconda-client suggestion
  • Loading branch information
msarahan authored Dec 19, 2019
2 parents 77874a4 + 0a09e7b commit 13806ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_env/specs/binstar.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def _can_handle(self):
if self.valid_name():
if self.binstar is None:
self.msg = ("Anaconda Client is required to interact with anaconda.org or an "
"Anaconda API. Please run `conda install anaconda-client`.")
"Anaconda API. Please run `conda install anaconda-client -n base`.")
return False

return self.package is not None and self.valid_package()
Expand Down

0 comments on commit 13806ac

Please sign in to comment.