Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试更改我正在运行的 python 版本。当我执行 python -V 时,它显示 3.6,但如果我执行 pythonw -V,它仍在运行 3.7。
对于这个应用程序,我需要运行 pythonw。有没有办法回滚以使用 3.6(使用 OSX)?
你不需要回滚任何东西。
请看这里。
有几种方法可以定义要运行的版本,从py启动器选项到环境变量、ini 设置、shebang 行,甚至是文件类型关联。
py