From 585a72174a11ec770f9abaec77ad68403909878a Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Tue, 27 Aug 2013 16:23:38 +1000 Subject: [PATCH] python 3.3.2 (auto-run distribute_setup.py) --- python.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python.json b/python.json index 7d10782dba..929e5dac65 100644 --- a/python.json +++ b/python.json @@ -26,7 +26,7 @@ "env_add_path": [ "scripts" ], "post_install": "pushd $env:temp $s = 'http://python-distribute.org/distribute_setup.py' - echo 'running $s...';(new-object net.webclient).downloadstring($s) | python > $null + echo \"running $s...\";(new-object net.webclient).downloadstring($s) | python 2>&1 > $null popd", "notes": "To use PIP to manage Python packages, run 'easy_install pip'" } \ No newline at end of file