运维网's Archiver
论坛
›
Windows Server
› 初始化Windows powershell,连接Python-StudyLog
xywuyiba7
发表于 2018-6-20 12:25:03
初始化Windows powershell,连接Python-StudyLog
运行python。在打开的powershell里直接输入python,回车即可打开。
如果python不能被识别,需要先在powershell下输入并执行以下指令:
::SetEnvironmentVariable(“Path”,”$env:Path;C:\Python27″, “User”)
关闭并重启powershell,输入python并回车即可运行python
页:
[1]
查看完整版本:
初始化Windows powershell,连接Python-StudyLog