-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add github codespace support #13717
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
base: main
Are you sure you want to change the base?
Add github codespace support #13717
Conversation
|
Hello! Thank you for your interest in improving pip! As a community supported project, we greatly appreciate it! Unfortunately, we currently have limited capacity to review contributions, so it may take some time until we are able to review your PR. We would appreciate your patience. If you have any questions, concerns, or want to remind us to take a look at your PR, feel free to leave a comment at any time. |
ichard26
left a comment
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.
I don't use GitHub Codespaces anymore and I don't think anyone on the core team uses it either, but I do have concerns/suggestions:
- Is Git included in this dev container image?
- This container should ideally have Mercurial, Subversion, and Bazaar installed since we do need to run tests against those (arguably legacy) source version control tools
- Do we have to pin against a specific Python version? Could we just pick the default latest Python container available?
As said before, I'm not aware of anyone using Codespaces so this would be of limited value to us, but if we're going to add this, I'd like it to be genuinely useful.
See also the last attempt at this: #12746
|
GitHub codespace is an online Linux environment with a vscode web UI. It is useful for developers who don't have a Linux device but want to test and debug their code on Linux.