python27 (add version check)

This commit is contained in:
Luke Sampson 2014-03-03 22:32:25 +10:00
parent 62c9fa0744
commit 72fd9210db

View File

@ -18,5 +18,6 @@
$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'"
"notes": "To use PIP to manage Python packages, run 'easy_install pip'",
"checkver": "<p>Latest: <a href=\".*\">Python ([0-9\\.]+)</a> - <a.*>.*</a></p>"
}