python 2.7.6 (use python2 alias)

This commit is contained in:
Luke Sampson 2014-03-10 17:33:32 +10:00
parent 573304f002
commit d40d299834

View File

@ -12,7 +12,10 @@
"hash": "md5:ac54e14f7ba180253b9bae6635d822ea" "hash": "md5:ac54e14f7ba180253b9bae6635d822ea"
} }
}, },
"bin": [ "python.exe" ], "bin": [
"python.exe",
[ "python.exe", "python2" ]
],
"env_add_path": [ "scripts" ], "env_add_path": [ "scripts" ],
"post_install": "pushd $env:temp "post_install": "pushd $env:temp
$s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py' $s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py'