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.
    其实人跟树是一样的,越是向往高处的阳光,它的根就越要伸向黑暗的地底。----尼采
  • 相关阅读:
    【题解】P3565 [POI2014]HOT-Hotels
    【学习笔记】$gcd$ 与扩展 $gcd$
    【题解】P3810 【模板】三维偏序(陌上花开)- $CDQ$
    【题解】P3374 【模板】树状数组 1
    【考试总结】2020 上半年 汇总
    【题解】P4570 [BJWC2011]元素
    【题解】P2480 [SDOI2010]古代猪文
    【考试总结】小奇模拟赛
    【题解】P3349 [ZJOI2016]小星星
    搞懂ZooKeeper的Watcher之源码分析及特性总结
  • 原文地址:https://www.cnblogs.com/leoking01/p/14588271.html
Copyright © 2011-2022 走看看