pycharm命令里运行sh文件 出现wget: command not found

在pycharm下运行.sh文件
首先,安装git教程参考的:https://www.jianshu.com/p/b355262d480d
然后打开pycharm项目,左上角File选择Setting,依次点击如下顺序按钮。
pycharm命令里运行sh文件 出现wget: command not found_第1张图片
运行会报错
在这里插入图片描述
然后
这就需要我们在Windows上的git-bash下安装wget
下载wget二进制安装包,地址:https://eternallybored.org/misc/wget/,根据操作系统选择。
解压安装包,将wget.exe置于…\Git\mingw64\bin\目录下(git的下载目录)
pycharm命令里运行sh文件 出现wget: command not found_第2张图片
成了完美

你可能感兴趣的:(pycharm)