setup.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:ray 作者: ray-project 项目源码 文件源码
def run(self):
        subprocess.check_call(["make"])
        subprocess.check_call(["cp", "build/plasma_store",
                               "plasma/plasma_store"])
        subprocess.check_call(["cp", "build/plasma_manager",
                               "plasma/plasma_manager"])
        subprocess.check_call(["cmake", ".."], cwd="./build")
        subprocess.check_call(["make", "install"], cwd="./build")
        # Calling _install.install.run(self) does not fetch required packages
        # and instead performs an old-style install. See command/install.py in
        # setuptools. So, calling do_egg_install() manually here.
        self.do_egg_install()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号