Is it possible to specify virtualenv when running "mise use python"?
leemars opened this issue · comments
Jun Huang commented
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.