gpt4 book ai didi

bash - curl 并运行 python 脚本

转载 作者:行者123 更新时间:2023-11-29 08:56:29 25 4
gpt4 key购买 nike

什么是更短的方法:

wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py

?
我试过这个:

sudo <(python <(curl https://bootstrap.pypa.io/get-pip.py))

但它返回错误:'IOError: [Errno 32] Broken pipe'

这有效:python <(curl https://bootstrap.pypa.io/get-pip.py)但需要 sudo

最佳答案

curl https://bootstrap.pypa.io/get-pip.py | sudo python -

curl 将给定的 URL 输出到标准输出

python - 表示,该源将从标准输入中获取。

关于bash - curl 并运行 python 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27273987/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com