From 55d5a7815ed8dd01f5ba1a1aae464e6abb367ffe Mon Sep 17 00:00:00 2001 From: Qiying Wang <781345688@qq.com> Date: Wed, 14 Aug 2019 10:27:01 +0800 Subject: [PATCH] python: Fix virtualenv creation bug (#316) See https://github.com/lukesampson/scoop/issues/2383#issuecomment-520114024 --- bucket/python.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bucket/python.json b/bucket/python.json index 5934d6ebf8..15a5fd0d5d 100644 --- a/bucket/python.json +++ b/bucket/python.json @@ -49,7 +49,10 @@ "idle3" ] ], - "env_add_path": "Scripts", + "env_add_path": [ + "Scripts", + "." + ], "checkver": { "url": "https://www.python.org/downloads/windows/", "re": "Latest Python 3 Release - Python ([\\d\\.]+)"