python 3.3.2 (auto-run distribute_setup.py)

This commit is contained in:
Luke Sampson 2013-08-27 16:23:38 +10:00
parent ad9f77baf3
commit 585a72174a

View File

@ -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'"
}