代码拉取完成,页面将自动刷新
pyconfigure 0.1 -------------------- pyconfigure provides a means to easily manage the configuration and installation of Python programs with the familiar GNU standard installation procedure: $ ./configure --prefix=/usr $ make $ make install Of course, since Python programs usually do not need to be compiled, the second step can be eliminated. Currently, pyconfigure is designed to live alongside the traditional Python distutils (`setup.py') method, providing a wrapper around its functionality. Future releases might optionally allow developers to work independently of distutils altogether. To use pyconfigure, you can simply drop the files from the src/ directory into your Python project. Without modification, they provide a basic wrapper around setup.py that allows one to install to the chosen prefix. It allows one optionally to install the application to a virtualenv with the --with-virtualenv configure argument. It would be advisable at least to modify the configure.ac script to reflect your project's name and then run: $ autoreconf -fvi Several Autoconf macros are provided in the m4 directory which can be used to perform a variety of tests during the configuration stage, from verifying a minimum Python version to running test programs. See the included documentation for more info and browse through the provided sample Autoconf script (`configure.ac') for well-commented examples. pyconfigure is official GNU software and is released under the aegis of GNU.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。