jdx / mise

dev tools, env vars, task runner

Home Page:https://mise.jdx.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to specify virtualenv when running "mise use python"?

leemars opened this issue · comments

I hope that there's some way to specify virtualenv options when running "mise use python"

For example, by this way:

$ mise use python@3.11 --virtualenv .venv

then I would like to get:

$ cat .mise.toml
[tools]
python = {version="3.11", virtualenv=".venv"}

For now I need to run "mise use python@3.11" then modify .mise.toml by hand to add options.