摘要:
1. 检查vim 版本,需高于7.3。 2. Install extension manager : Vundle 3. 新建configure file : ~/.vimrc touch ~/.vimrc 4. 配置~/.vimrc 5: Install or update plugin 阅读全文
随笔分类 - python3
Install python3
2019-07-25 15:37 by divl, 177 阅读, 收藏, 编辑
摘要:
wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz tar xf Python-3.7.4.tgz cd Python-3.7.4/ yum install gcc zlib-devel libffi-devel openssl-devel ./configure --prefix=/opt/python3 make m... 阅读全文