linux 安裝配置 sublime 進行 python 開發

1. 下載sublimepython

地址:http://www.sublimetext.com/3shell

2. 解壓出來,將sublime_text_3 文件夾的名字改成 sublime_text ,bash

而後將 sublime_text/ 文件夾整個拷貝到 /opt 下面app

sudo cp -r sublime_text/ /opt/

將 sublime_text.desktop 拷貝到 /usr/share/applicationsui

sudo cp sublime_text.desktop /usr/shar/applications/

3. 找到Python3的安裝路徑spa

終端中輸入命令blog

type -a python3

 能夠看到結果get

develop@lv:~$ type -a python3
python3 是 /usr/bin/python3

 

複製一下這個路徑。

4. 配置Sublimecmd

打開Sublime->Tools->build system->new build systemit

出現:
    "shell_cmd": "make"

將 make 用 python 的路徑替換掉保存就能夠了。

 

OK 收工!

相關文章
相關標籤/搜索