jdx / mise

dev tools, env vars, task runner
https://mise.jdx.dev
MIT License
9.38k stars 262 forks source link

Only install the default package when use --global #2204

Open liuyinz opened 4 months ago

liuyinz commented 4 months ago

If I set a default python package, I only want to install these packages when I set mise use --global python@3.11.9, any other non-global version do not need install these. Would it be possible ?