要在shell中调用Python脚本,可以使用以下命令:
python script.py
其中,python是Python解释器的命令,script.py是要调用的Python脚本的文件名。
python
script.py
如果希望在shell中调用Python3,可以使用以下命令:
python3 script.py
如果脚本文件不在当前工作目录中,需要提供脚本的完整路径。