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\\.]+) -