zoukankan      html  css  js  c++  java
  • CentOS下安装robot-framework

    http://www.cnblogs.com/hengwei/p/5464678.html

    http://www.2cto.com/kf/201405/305383.html

    https://pypi.python.org/pypi/robotframework

    http://blog.csdn.net/zyz511919766/article/details/14002497

    [root@AutoFactory Python-2.7.10]# ./configure –prefix=/usr/local
    configure: error: invalid variable name: `–prefix'
    [root@AutoFactory Python-2.7.10]# ./configure --prefix=/usr/local
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking for --enable-universalsdk... no
    checking for --with-universal-archs... 32-bit
    checking MACHDEP... linux2
    checking EXTRAPLATDIR...
    checking for --without-gcc... no
    checking for gcc... no
    checking for cc... no
    checking for cl.exe... no
    configure: error: in `/opt/product/Python-2.7.10':
    configure: error: no acceptable C compiler found in $PATH


    解决:
    sudo yum install gcc-c++

  • 相关阅读:
    Java-WebDriver模块
    Java-数据类型(八中基本数据类型)
    Java基础
    Java介绍
    Eclipse介绍
    Jmeter-服务器监控技术
    性能测试
    Jmeter-相关字段含义
    Jmeter-监听器
    Jmeter-BeanShell组件应用
  • 原文地址:https://www.cnblogs.com/zihanxing/p/7306501.html
Copyright © 2011-2022 走看看