Files
alfred-preferences/Alfred.alfredpreferences/snippets/python/建立虛擬環境指令 [1F1F16EE-2B22-4186-BF0F-4737445418E1].json
2026-03-26 09:22:38 +08:00

8 lines
186 B
JSON

{
"alfredsnippet" : {
"snippet" : "python3 -m venv .venv",
"uid" : "1F1F16EE-2B22-4186-BF0F-4737445418E1",
"name" : "建立虛擬環境指令",
"keyword" : "venv"
}
}