Run custom task when call `pip install`

前端 未结 1 1373
鱼传尺愫
鱼传尺愫 2020-11-30 07:49

I want to make my python package \"pip installable\". The problem is that the package has shell script that must be sourced in the user\'s init shell script (e.g. .bas

1条回答
  •  离开以前
    2020-11-30 08:34

    Could you try with from setuptools.command.install import install instead of using distutils?

    0 讨论(0)
提交回复
热议问题