美文网首页
windows系统配置python环境

windows系统配置python环境

作者: 谷爱雨 | 来源:发表于2017-09-20 13:37 被阅读9次

1.下载文件-->http://mirrors.sohu.com/python/3.6.1/

2.配置环境写在用户变量PATH下-->

;D:\Program Files\Python\Python36\;D:\Program Files\Python\Python36\Scripts\

3.ctrl+shift+p 安装sublime REVL 后在设置package Settings---sublimeREPL---Settings-User中配置以下路径即可

{
    "default_extend_env": {"PATH": "D:\\Program Files\\Python\\Python36"}
}

4.测试-->print("Hello");

相关文章

网友评论

      本文标题:windows系统配置python环境

      本文链接:https://www.haomeiwen.com/subject/lsqosxtx.html