摘要: # Go 下载https://golang.org/dl/ # Go 安装tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gzvim /etc/profileexport PATH=$PATH:/usr/local/go/bin # go 提速 vim 阅读全文
posted @ 2019-07-08 17:45 Cong0ks 阅读(1382) 评论(0) 推荐(0) 编辑
摘要: # 配置pip 源 mkdir -p ~/.pip && cat >> pip.conf <<EOF [global] timeout = 60 index-url = https://pypi.doubanio.com/simple EOF # pyenv 安装 Centos 所需依赖: yum 阅读全文
posted @ 2019-07-08 14:27 Cong0ks 阅读(262) 评论(0) 推荐(0) 编辑