easy_install 额外的构建参数
我正在尝试安装 ReportLab,但没有可用的 C 编译器编译 rl_accel 库。使用 setup.py,我会添加一个额外的参数,如下所示:
python setup.py --rl_accel=no install
Is it possible to add extraargs to easy_install so that I can regenerate the sameeffect?
easy_install reportlab [something here?]
I'm trying to install ReportLab, but I have no C compiler available to compile the rl_accel library. Using setup.py, I would add an extra argument like so:
python setup.py --rl_accel=no install
Is it possible to add extra arguments to easy_install so that I can reproduce the same effect?
easy_install reportlab [something here?]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不使用命令,但可以编写配置文件:
http:// packages.python.org/distribute/easy_install.html#controlling-build-options
not using the command, but you can write the configuration file:
http://packages.python.org/distribute/easy_install.html#controlling-build-options