add scoop reset command

This commit is contained in:
Luke Sampson 2013-08-27 16:14:20 +10:00
parent e66c8e78ed
commit ad9f77baf3

View File

@ -24,9 +24,9 @@
}, },
"bin": [ "python.exe", "py.exe" ], "bin": [ "python.exe", "py.exe" ],
"env_add_path": [ "scripts" ], "env_add_path": [ "scripts" ],
"notes": "To use PIP to manage Python packages, run: "post_install": "pushd $env:temp
`scoop install curl` $s = 'http://python-distribute.org/distribute_setup.py'
`curl http://python-distribute.org/distribute_setup.py | python` echo 'running $s...';(new-object net.webclient).downloadstring($s) | python > $null
`curl -k https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python` popd",
" "notes": "To use PIP to manage Python packages, run 'easy_install pip'"
} }