def test_custom_launch_command(self):
"""
Show how a custom CommandSpec could be used to specify a #! executable
which takes parameters.
"""
cmd = ei.CommandSpec(['/usr/bin/env', 'python3'])
assert cmd.as_header() == '#!/usr/bin/env python3\n'
test_easy_install.py 文件源码
python
阅读 22
收藏 0
点赞 0
评论 0
评论列表
文章目录