python文件执行时报错‘No such file or directory’
执行python文件的时候报如下错误: ```bash env: python3\r: No such file or directory ``` 查看文件首行: ```bash #!/usr/bin/env python3 # -*- coding: utf-8 -*- ``` 在命令...
执行python文件的时候报如下错误: ```bash env: python3\r: No such file or directory ``` 查看文件首行: ```bash #!/usr/bin/env python3 # -*- coding: utf-8 -*- ``` 在命令...