From 8ff3f507cec22f1e7210ad9831036e7b63f8dda7 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Mon, 17 Mar 2014 20:38:27 +1000 Subject: [PATCH] python 3.4 (use new bundled pip install) --- python.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/python.json b/python.json index 45a22d4842..4fbe5d7041 100644 --- a/python.json +++ b/python.json @@ -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": "

Latest: Python ([0-9\\.]+) - .*

" } \ No newline at end of file