linux下搭建python 開發環境

2022-04-05 21:33:49 字數 305 閱讀 6271

1 vim-debug 安裝

這個外掛程式蠻多功能的,幾乎和eclipse提供的差不多

pip install vim-debug

vim test.py;  

:dbg  可以看到選項, 然後慢慢嘗試吧;

在~/.vimrc 中可以配置快捷鍵

map :dbg over

2 pydoc.vim

可以關聯上python的文件

(shift+k )即可看到函式定義等

3 pyflakes 

自動檢查python語法錯誤

參考: 

Linux中Eclipse下搭建Web開發環境

struts2 db driver,選擇connecter j tomcat 建議struts2 connector和tomcat都解壓在同乙個目錄下,方便管理。每次建立動態web工程時,都需要將struts 解壓後的目錄 下的lib目錄中的相應的包移動到project name webconten...

Ubuntu下搭建Android NDK開發環境

如何在ubuntu 系統下搭建android ndk 開發環境呢?下面一步一步教大家 echo home 檢視當前使用者目錄,即 目錄路徑 home wzhnsc pwd 檢視當前路徑 home wzhnsc android ndk r4b 注 如上路徑是我解壓 android ndk r4b li...

Linux下Python環境搭建

linux 下python環境搭建 系統環境 os oracle linux enterprise 5.6 python 位址 版本 python 2.7.3.tgz setuptools 版本 setuptools 0.6c11.tar.gz md5 wget 2.安裝python 檢視系統自帶的...