/ usr / bin / env:“ python \ r”:没有这样的文件或目录

时间:2020-02-11 09:32:54

标签: python docker git-bash docker-for-windows

我是Docker的新手,因此决定在Play with docker classroom (Application Containerization and Microservice Orchestration)上使用初学者指南。我在PC上尝试了本教程并为Windows安装了docker。在运行脚本docker container run -it --rm linkextractor:step1 http://example.com/的{​​{3}}中,我遇到了错误

IT-KEVIN@IT-KEVIN MINGW64 ~/linkextractor (step1) $ docker container run -it --rm linkextractor:step1 http://example.com/ /usr/bin/env: ‘python\r’: No such file or directory

我该如何解决错误?

1 个答案:

答案 0 :(得分:0)

\r字符通常表示您在编辑器中混入了different newline formats

您需要编辑linkextractor脚本并将其换行符更改为Linux格式。