From ad9f77baf3ea83455a1a9c03e0ca06d71e0cb59f Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Tue, 27 Aug 2013 16:14:20 +1000 Subject: [PATCH] add scoop reset command --- python.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python.json b/python.json index 6b9d24c69b..7d10782dba 100644 --- a/python.json +++ b/python.json @@ -24,9 +24,9 @@ }, "bin": [ "python.exe", "py.exe" ], "env_add_path": [ "scripts" ], - "notes": "To use PIP to manage Python packages, run: - `scoop install curl` - `curl http://python-distribute.org/distribute_setup.py | python` - `curl -k https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python` - " + "post_install": "pushd $env:temp + $s = 'http://python-distribute.org/distribute_setup.py' + echo 'running $s...';(new-object net.webclient).downloadstring($s) | python > $null + popd", + "notes": "To use PIP to manage Python packages, run 'easy_install pip'" } \ No newline at end of file