mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
add scoop reset command
This commit is contained in:
parent
e66c8e78ed
commit
ad9f77baf3
10
python.json
10
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'"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user