这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@slavoutich
Copy link

Currently it is being ignored, because option no_user in https://github.com/conda/conda/blob/master/conda/cli/main_init.py#L46 is marked False when --no-user option is present.

I picked action="store_true" instead of dest="user" because of existance of the reference to args.no_user in the code, probably it is left on intent.

@slavoutich slavoutich requested a review from a team as a code owner March 6, 2020 16:49
@cla-bot
Copy link

cla-bot bot commented Mar 6, 2020

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Viacheslav Ostroukh.
This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails

"--no-user",
action="store_false",
action="store_true",
# help="Don't initialize conda for the current user (default).",
Copy link
Contributor

@xylar xylar Oct 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest also fixing the help string.

Suggested change
# help="Don't initialize conda for the current user (default).",
help="Don't initialize conda for the current user.",

@jezdez
Copy link
Member

jezdez commented Oct 14, 2022

Close in favor of #11949.

@jezdez jezdez closed this Oct 14, 2022
@jezdez jezdez added the duplicate indicate issues/PRs that are duplicates of another label Oct 14, 2022
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Oct 15, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

duplicate indicate issues/PRs that are duplicates of another locked [bot] locked due to inactivity

Projects

No open projects
Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants