mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
python27 (add version check)
This commit is contained in:
parent
62c9fa0744
commit
72fd9210db
@ -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>"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user