-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Clarify that Python is not by default included #10089
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
The documentation made it appear as if there will always be a version of Python included in the environment. This might have been the case in the past; currently it is possible to create an environment without Python at al. See conda#9982
We require contributors to sign our Contributor License Agreement, and we don't have one on file for @hugobuddel. In order for us to review and merge your code, please e-sign the PDF at https://conda.io/en/latest/contributing.html#conda-contributor-license-agreement. We then need to manually verify your signature. We will ping the bot to refresh the PR status when we have confirmed your signature. |
Signed. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
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.
See the comment above! Thanks for this though!
After resolving the conversation, I realized it might be convention that only the creator of the thread should mark them as resolved. My apologies if that is the case, this is my first conda PR. I followed your suggestion, so I suppose you're okay with the change though. |
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.
No apologies needed! You did fine. Thank you for your contribution.
Hi there, thank you for your contribution to Conda! This pull request has been automatically locked since it has not had recent activity after it was closed. Please open a new issue or pull request if needed. |
The documentation made it appear as if there will always be a version of Python included in the environment.
This might have been the case in the past; currently it is possible to create an environment without Python at al.
See #9982