gpt4 book ai didi

path - 在 git bash 中找不到 wget 命令

转载 作者:行者123 更新时间:2023-12-03 13:34:07 26 4
gpt4 key购买 nike

我已经在我的 cmd 中尝试了 pip install wget,它显示

>pip install wget
Requirement already satisfied: wget in c:\users\user\...\python\python38-32\lib\site-packages (3.2)
但是,当我在 git bash 中尝试该命令时,它一直显示
$ wget
bash: wget: command not found
我已经确保 python 文件和 git 文件都在 PATH 中。
我在这里做错了什么?

最佳答案

如果您想使用 curlGit Bash ,正如保罗所建议的,这是一个例子:

$ curl -kLSs https://github.com/opscode/chef-repo/tarball/master -o master.tar.gz

$ ls master.tar.gz
master.tar.gz
  • -L按照重定向
  • -o (小写 O)将输出写入文件而不是标准输出。
  • Ss静默模式,但显示错误,如果有的话
  • k允许 curl 继续和操作,即使服务器连接被认为是不安全的。

  • 引用: curl联机帮助页。

    关于path - 在 git bash 中找不到 wget 命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62739850/

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