sublime配置Python环境

  1. 安装好anaconda或者Python官网的Python环境

  2. 打开sublime

  3.  输入如下内容
  4. "encoding": "utf-8",  
    "working_dir": "$file_path",  
    "shell_cmd": "C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python35-32\\python.exe -u \"$file\"",  
    "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",  
    "selector": "source.python"  

重新启动软件

猜你喜欢

转载自blog.csdn.net/slavik_/article/details/100075506
今日推荐