gpt4 book ai didi

python - Setuptools entry_points/console_scripts 在 shebang 中有特定的 Python 版本

转载 作者:太空宇宙 更新时间:2023-11-03 11:02:35 24 4
gpt4 key购买 nike

我正在 RHEL6(使用 Python2.6)上生成一个 Python 包,并尝试将它部署到 RHEL7 服务器(Python2.7)。该软件包包括使用 entry_points/console_scripts 生成的脚本。

然而,生成的脚本在 shebang 中具有特定的 python2.6 版本,如:

#!/usr/bin/env python2.6

我如何覆盖或禁用它以便它只生成:

#!/usr/bin/env python

最佳答案

entry_points = {
'console_scripts':[
...
]
},
options = {
'build_scripts': {
'executable': '/usr/bin/env python',
},
},

关于python - Setuptools entry_points/console_scripts 在 shebang 中有特定的 Python 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28575431/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com