windows安装python

之前一直使用mac,没想到PowerShell已经如此好用了,直接使用

winget install -e --id Python.Python.3.10

Python.Python.3.10 是要安装的pythonId和版本。

环境变量

安装后,在当前PowerShell中直接执行python --version,提示没有找到python

python --version
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

这是为啥呢?难道需要手动改设置环境变量?

解决方式

关了PowerShell,重写打开PowerShell,环境变量就生效了。