美文网首页
centos安装python3

centos安装python3

作者: 飘渺的心意 | 来源:发表于2019-01-06 10:21 被阅读3次

1、yum groupinstall "Development Tools"
2、yum install wget
3、wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/Miniconda3-latest-Linux-x86_64.sh
4、bash 文件名

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
conda config --set show_channel_urls yes

conda create -n spider python=3.6
activate spider
conda install scrapy

相关文章

网友评论

      本文标题:centos安装python3

      本文链接:https://www.haomeiwen.com/subject/upjjrqtx.html