Windows 10:/usr/bin/env:'python3':没有这样的文件或目录

Windows 10:/usr/bin/env:'python3':没有这样的文件或目录,python,windows-10,git-bash,Python,Windows 10,Git Bash,在windows 10下,我接收 /usr/bin/env: ‘python3’: No such file or directory 在gitbash中,当试图执行bpmake命令时 Python添加到路径版本3.8中 配置中遗漏了什么?Windows 10:我在python38旁边安装了python39。由于我的系统上存在mishmash,我卸载了python39。蟒蛇3号停止工作 因此,作为解决方法,我将C:\Python38\中的python.exe复制到python3.exe。 不太

在windows 10下,我接收

/usr/bin/env: ‘python3’: No such file or directory
在gitbash中,当试图执行bpmake命令时

Python添加到路径版本3.8中


配置中遗漏了什么?

Windows 10:我在python38旁边安装了python39。由于我的系统上存在mishmash,我卸载了python39。蟒蛇3号停止工作

因此,作为解决方法,我将C:\Python38\中的python.exe复制到python3.exe。 不太好,也不可怕

其中git bash中的python3输出:

$where python3 C:\Python38\python3.exe $/usr/bin/env python3 win32上的Python 3.8.6标记/v3.8.6:db45529,2020年9月23日,15:52:53[MSC v.1927 64位AMD64] 有关详细信息,请键入帮助、版权、信用证或许可证。 >>>
Windows 10:我在python38旁边安装了python39。由于我的系统上存在mishmash,我卸载了python39。蟒蛇3号停止工作

因此,作为解决方法,我将C:\Python38\中的python.exe复制到python3.exe。 不太好,也不可怕

其中git bash中的python3输出:

$where python3 C:\Python38\python3.exe $/usr/bin/env python3 win32上的Python 3.8.6标记/v3.8.6:db45529,2020年9月23日,15:52:53[MSC v.1927 64位AMD64] 有关详细信息,请键入帮助、版权、信用证或许可证。 >>>
whereis-python3的结果是什么?bash:whereis:command-not-found//尝试找出whereis/usr/bin/env的依赖项就我所知不是Windows命令。您尝试运行的脚本似乎是针对类unix操作系统定制的。假设git bash有一个完整的标准设置,而不是缺少Where is:您是如何安装Python 3的?来自Python Org的安装包Where is python3的结果是什么?bash:Where is:command not found//尝试找出Where is/usr/bin/env的依赖关系据我所知,Windows命令。您尝试运行的脚本似乎是针对类unix操作系统定制的。假设git bash有一个完整的标准设置,而不是缺少以下内容:您是如何安装Python 3的?安装包来自Python org