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++

原文地址:https://www.cnblogs.com/zihanxing/p/7306501.html