Centos 7 开发者常用命令

一、vim 配置

set nocompatible            " 关闭 vi 兼容模式
syntax on                   " 自动语法高亮

set number                  " 显示行号

set cursorline        "突出当前行

set tabstop       "tab=4 space

set softtabstop     "删除tab

set autoindent     "保持上一行缩进

二、安装python 

1、下载安装包:

wget 网址

2、pydiction (vim插件自动补全)

(1)下载:

cd ~/.vim/bundle

git clone https://github.com/rkulla/pydiction.git

cp -r ~/.vim/bundle/pydiction/after/ ~/.vim  //没有研究出原因,加上无错
 
vim ~/.vimrc
let g:pydiction_location = '~/.vim/bundle/pydiction/complete-dict'
let g:pydiction_menu_height = 3
 
3、Anaconda 
镜像:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
 

不懂或者有个人见解可以私戳,谢谢:qq->892575153 

 

 

 
posted @ 2018-06-15 15:43  听风就是雨~  阅读(241)  评论(0编辑  收藏  举报