记一次服务器配置环境全过程
一. 准备工作 yum update yum -y install python-devel mysql-devel gcc wget bzip2 python-setuptools 二. 安装anaconda 下载 wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2019.03-Linux-x86_64.sh 执行安装 bash Anaconda3-2019.03-Linux-x86_64.sh 安装过程中会出现的提示 # 1.协议要求 Do you accept the licens
用户评论