python 3.4 (use new bundled pip install)

This commit is contained in:
Luke Sampson 2014-03-17 20:38:27 +10:00
parent 684aa77386
commit 8ff3f507ce

View File

@ -19,10 +19,6 @@
[ "python.exe", "python3" ]
],
"env_add_path": [ "scripts" ],
"post_install": "pushd $env:temp
$s = 'https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py'
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'",
"post_install": "python -m ensurepip; cp (gcm pip3).path \"$(split-path (gcm pip3).path)/pip.exe\"",
"checkver": "<p>Latest: <a href=\".*\">Python ([0-9\\.]+)</a> - <a.*>.*</a></p>"
}