先写一个hello.py文件 print("Hello, world!") 在终端运行hello.py python3 /home/test/hello.py 这里的/home/test是hello.py所在的文件路径