From d40d299834c01985a27515aea4dae05140190526 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 10 Mar 2014 17:33:32 +1000 Subject: [PATCH] python 2.7.6 (use python2 alias) --- python27.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python27.json b/python27.json index 06da46f995..ee2f2fe173 100644 --- a/python27.json +++ b/python27.json @@ -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'