mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
python 3.4 (use new bundled pip install)
This commit is contained in:
parent
684aa77386
commit
8ff3f507ce
@ -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>"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user