mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
python 3.3.2 (auto-run distribute_setup.py)
This commit is contained in:
parent
ad9f77baf3
commit
585a72174a
@ -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'"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user