我目前正在尝试通过 安装一些模块,我目前已经启动了这些模块,并且virtualenv
到目前为止工作正常。我现在正在尝试安装Sybase模块;但是,似乎我需要安装它,因为我得到以下输出:pip
easy_install
gcc
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.6
copying Sybase.py -> build/lib.linux-x86_64-2.6
running build_ext
building 'sybasect' extension
creating build/temp.linux-x86_64-2.6
gcc ...
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1
----------------------------------------
我现在正在尝试安装我认为可以解决我的问题的 python 开发包;但是,我没有从命令行访问网络的权限,也无法使用yum install
. 有没有办法通过tar.gz
其他方法安装 python 开发包?还是只是 gcc
为了virtualenv
?我的机器也没有本机gcc
,现阶段我无法获得它。