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.
    其实人跟树是一样的,越是向往高处的阳光,它的根就越要伸向黑暗的地底。----尼采
  • 相关阅读:
    java打包成windows服务(转)
    java程序在windows系统作为服务程序运行(转)
    java String 转 Long 两种方法区别(转)
    css清除浮动clearfix:after的用法详解(转)
    管理界面的头2
    ROS 设置串口USB软连接
    ROS 用 roboware实现节点信息发送和接收
    javascript实现html中关键字查询
    winfrom 中 label 文字随着窗体大小变化
    lattice planner 规划详解
  • 原文地址:https://www.cnblogs.com/leoking01/p/14588271.html
Copyright © 2011-2022 走看看