美文网首页
windows下配置py2和py3共存(安装anaconda3后

windows下配置py2和py3共存(安装anaconda3后

作者: HELLOTREE1 | 来源:发表于2018-12-04 10:45 被阅读0次

    安装anaconda3后,配置py2

    conda create-n py2 python=2.7

    activatepy2

    遇到conda网络连接出现问题:

    1修改镜像源2关闭代理

    .condarc文件修改如下:

    channels:

          - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

          - https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/

          - https://mirrors.ustc.edu.cn/anaconda/pkgs/free/

          - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

          - https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/

    show_channel_urls: true

    1、【基础环境安装】conda httperror http none none for ur... - 简书

    python - Anaconda使用conda连接网络出现错误 - SegmentFault 思否

    相关文章

      网友评论

          本文标题:windows下配置py2和py3共存(安装anaconda3后

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