Skip to content
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

Universal devcontainer image with pdm and different standalone Python #813

Closed
huxuan opened this issue Nov 27, 2024 · 1 comment
Closed

Comments

@huxuan
Copy link
Member

huxuan commented Nov 27, 2024

No description provided.

@huxuan
Copy link
Member Author

huxuan commented Jan 30, 2025

After some trying, I decide to quit on this feature mostly because it will make the logic of finding Python Interpreter more complicated.

  • pdm is supposed to be installed with pipx which needs an existing Python Interpreter, so we need to take care of all these Python Interpreters.
  • dev container supposed to have all supported versions of Python Interpreters which makes the image quite large.
  • Since there are many Python Interpreters in a single image, it will be easy to break the environments.
  • prod container will suffer from finding the Python Intepreter as the build stage may use a different Python Interpreter.

@huxuan huxuan closed this as not planned Won't fix, can't repro, duplicate, stale Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant