Feedback on a proposal for helping tools find environments created by PDM #1110
brettcannon
started this conversation in
General
Replies: 1 comment 1 reply
-
PDM doesn't create environments itself but the plugin PDM also has its own python discovery logic using findpython. I have no objection implementing such an entry point and let's see how that can be improved. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was hoping someone/@frostming could have a look at brettcannon/python-launcher#168 and let me know if there's anything in that proposal that wouldn't work for PDM? Specifically, is the proposal missing anything if PDM (or anyone for that matter) were to provide a
_py_launcher_pdm
entry point that allowed tools like the Python Launcher, VS Code, etc. to discover virtual environments that PDM created? I'm not explicitly asking anyone implement this idea right now, I'm just trying to do my homework before starting to do any coding around it.Beta Was this translation helpful? Give feedback.
All reactions