python: Fix virtualenv creation bug (#316)

See https://github.com/lukesampson/scoop/issues/2383#issuecomment-520114024
This commit is contained in:
Qiying Wang 2019-08-14 10:27:01 +08:00 committed by Chawye Hsu
parent c4c3a8dfb9
commit 55d5a7815e

View File

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