mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Merge pull request #43 from bleepbloop/setuptools
added setuptools in favor of distribute
This commit is contained in:
commit
ac1b429830
@ -25,7 +25,7 @@
|
||||
"bin": [ "python.exe", "py.exe" ],
|
||||
"env_add_path": [ "scripts" ],
|
||||
"post_install": "pushd $env:temp
|
||||
$s = 'http://python-distribute.org/distribute_setup.py'
|
||||
$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'"
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
"bin": [ "python.exe" ],
|
||||
"env_add_path": [ "scripts" ],
|
||||
"post_install": "pushd $env:temp
|
||||
$s = 'http://python-distribute.org/distribute_setup.py'
|
||||
$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'"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user