-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add comment to explain .bashrc vs .bash_profile #11849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
We require contributors to sign our Contributor License Agreement and we don't have one on file for @pavelzw. In order for us to review and merge your code, please e-sign the Contributor License Agreement PDF. We then need to manually verify your signature. We will ping the bot to refresh the PR status when we have confirmed your signature. |
One could also add this comment to the end-user facing documentation of |
8fcc5b0
to
b592df0
Compare
@travishathaway this is ready for review, can you please take a look at it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pavelzw, thank you for opening this PR! :)
The comments look good. Could you please put them in a function docstring?
Done. I also moved this comment in the docstring for consistency. |
3c33f00
to
acb5196
Compare
@kenodegard is there still something for me to do for this PR to be merged? |
@pavelzw hm no idea why I didn't merge this earlier, thanks for poking me |
Description
This PR adds a comment explaining why
.bashrc
gets modified on Linux and why.bash_profile
gets modified on macOS + Windows instead when executingconda init
.Closes #11830
Checklist - did you ...
news
directory (using the template) for the next release's release notes?