gpt4 book ai didi

python - 如何在不输入 "python"的情况下在 shell 中运行 python 程序

转载 作者:太空狗 更新时间:2023-10-29 22:07:59 26 4
gpt4 key购买 nike

我是 python 新手。我编写了一个程序,可以通过键入 python Filecount.py ${argument} 来执行 为什么我看到我的老师只需键入 Filecount.py ${argument} 就可以运行程序>。如何实现?

最佳答案

让它可执行

chmod +x Filecount.py

并添加 hashbangFilecount.py 的顶部 lets the os know你想使用 python interpreter执行文件。

#!/usr/bin/env python

然后像这样运行

./Filecount.py args

关于python - 如何在不输入 "python"的情况下在 shell 中运行 python 程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22639909/

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