Python总结之(Linux系统Python安装并设置Pyenv和Virtulenv环境)

准备好Linux最小系统即可。 1.需要在Linux上安装git  (root下执行)         yum install git -y 2.安装python编译依赖    (root下执行)         yum -y install gcc make patch gdbm-devel openssl-devel sqlite-devel zlib-devel bzip2-devel 3.
相关文章
相关标签/搜索