mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
python 2.7.6 (use python2 alias)
This commit is contained in:
parent
573304f002
commit
d40d299834
@ -12,7 +12,10 @@
|
||||
"hash": "md5:ac54e14f7ba180253b9bae6635d822ea"
|
||||
}
|
||||
},
|
||||
"bin": [ "python.exe" ],
|
||||
"bin": [
|
||||
"python.exe",
|
||||
[ "python.exe", "python2" ]
|
||||
],
|
||||
"env_add_path": [ "scripts" ],
|
||||
"post_install": "pushd $env:temp
|
||||
$s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user