obsidian/笔记文件/2.笔记/python通过绝对路径调用.md
2025-03-26 00:02:56 +08:00

14 lines
285 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#python
在python2 和 python3都存在默认使用python2的情况下
![[Pasted image 20221221153608.png]]
可以通过命令行调用python3 的绝对路径:
C:\Users\liaoyourong\AppData\Local\Programs\Python\Python310\python.exe
![[Pasted image 20221221153555.png]]