venvを自動的にアクティベート化させたい
[tools]
python = "3.12"
[env]
_.python.venv = { path = ".venv", create = true } # create the venv if it doesn't exist
venvを自動的にアクティベート化させたい
[tools]
python = "3.12"
[env]
_.python.venv = { path = ".venv", create = true } # create the venv if it doesn't exist