📌  相关文章
📜  如何检查 python 是否已添加到路径中 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:46.481000             🧑  作者: Mango

代码示例1
To see if Python is already added to the Windows PATH, 
open the terminal and type python --version, 
then hit the Enter key. 

If the command returns the currently installed version of Python, 
it means you have successfully added it to the Windows PATH.