linux-如何使用python 3.x运行程序 发布时间:2023/11/08 我使用ubuntu 10.10,并且同时拥有Python 2.x和Python3.x.我有一个程序需要与python 3.x(blender 2.5x)一起运行.如何使用python 3.x运行程序?解决方法:通常,在您的名为python3的路径中创建一个符号链接. 因此,您只需要通过以下方式调用程序 python3 ProgramName.py