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\\.]+)"