mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
python: Fix virtualenv creation bug (#316)
See https://github.com/lukesampson/scoop/issues/2383#issuecomment-520114024
This commit is contained in:
parent
c4c3a8dfb9
commit
55d5a7815e
@ -49,7 +49,10 @@
|
|||||||
"idle3"
|
"idle3"
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
"env_add_path": "Scripts",
|
"env_add_path": [
|
||||||
|
"Scripts",
|
||||||
|
"."
|
||||||
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://www.python.org/downloads/windows/",
|
"url": "https://www.python.org/downloads/windows/",
|
||||||
"re": "Latest Python 3 Release - Python ([\\d\\.]+)"
|
"re": "Latest Python 3 Release - Python ([\\d\\.]+)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user