2024-09-29から1日間の記事一覧
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