zoukankan      html  css  js  c++  java
  • 安装eric环境小记

    进入win10操作系统,

    安装miniconda,  我用的版本有

    python3.9.1   miniconda3.4.9.2      eric6.21.3  

    python3.7.4    Miniconda3.4.7.12.1    eric6.20.12.1

    python3.6.13, miniconda 3.3.1.9上安装  eric6-19.02.1

    都试过,都是ok的。

    同理,ancoanda上安装eric也 可以的。

    1.  examaple :  python3.9.1   miniconda3.4.9.2   

    cd  python_root_dir 

    activate

    cd   eric6.21.3 

    python  install.py   install     -i http://mirrors.aliyun.com/pypi/simple/   --trusted-host mirrors.aliyun.com

    是的,尽管你已经在c盘设置了清华源代理,这里依然必须要指定源,否则,依然是默认连接,通常那是链接不上的,你懂的。

    2.  examaple :  python3.7.4   miniconda3.4.7.12.1   

    cd  python_root_dir 

    activate

    cd   eric6.20.12.1

    python  install.py   install     -i http://mirrors.aliyun.com/pypi/simple/   --trusted-host mirrors.aliyun.com

     

    3. pip 在python3.6.13, miniconda 3.3.1.9上安装  eric6-19.02.1

    cd  python_root_dir    ( miniconda 3.3.1.9   )

    activate

    cd   eric6-19.02.1

    pip  install  PyQt5     -i http://mirrors.aliyun.com/pypi/simple/   --trusted-host mirrors.aliyun.com

    pip  install  PyQt5-tools     -i http://mirrors.aliyun.com/pypi/simple/   --trusted-host mirrors.aliyun.com

    pip  install  QScintilla      -i http://mirrors.aliyun.com/pypi/simple/   --trusted-host mirrors.aliyun.com

    python  install.py   install     -i http://mirrors.aliyun.com/pypi/simple/   --trusted-host mirrors.aliyun.com

    4 Anaconda37201910  python3.7   eric6.21.3

     

    Anaconda38202011  python3.8   eric6.21.3

    同上 

    _________________________________________________________________________________________________________________________________________________
    每一个不曾起舞的日子,都是对生命的辜负。
    But it is the same with man as with the tree. The more he seeks to rise into the height and light, the more vigorously do his roots struggle earthward, downward, into the dark, the deep - into evil.
    其实人跟树是一样的,越是向往高处的阳光,它的根就越要伸向黑暗的地底。----尼采
  • 相关阅读:
    CV
    Flutter 概览
    spaCy 基本使用
    图像读写、属性
    图像原理
    NLP 实战
    NLTK 相似性度量
    NLTK 停用词、罕见词
    NLTK 词干提取、词形还原
    NLTK 基本操作
  • 原文地址:https://www.cnblogs.com/leoking01/p/14588271.html
Copyright © 2011-2022 走看看