ITADN

add Python dev env

#438Pull Requestpantheraleo-7 创建于 2025-11-06
P
pantheraleo-7commented
Tying the new python environment feature to Pip dev env doesn't make sense. Nor adding other dev envs like Uv to it (at least to me). So I've added a Python dev env with all the possible [default] paths a python interpreter can be located at on macOS (that I can think of). So if any of the paths (i.e. python interpreters) exist, we get the feature enabled. If I knew Swift, I would made the following changes (alas!): - Use the [available] paths in a dropdown list here: <img width="196" height="31" alt="image" src="https://github.com/user-attachments/assets/b9c342d7-7ba1-46ea-9d10-b29876e2cfe1" /> - hide the 'Delete Folder' and 'Delete Contents' button across the Python dev env One potential related feature could be that when we go to, say, pyenv dev env, we use the pyenv paths to list the python packages and similarly for others like uv, etc. While the Python dev env will continue to have _all_ the paths plus a custom path picker.
合并状态:未合并 4 条评论