Re: [Distutils] Execute command before pip install

2018-04-11 Thread Brett Cannon
On Wed, 11 Apr 2018 at 10:36 John Thorvald Wodder II wrote: > > On 2018 Apr 11, at 06:55, Jorge Maldonado Ventura < > jorgesu...@freakspot.net> wrote: > > > > I need to execute a command automatically when running `pip install` to > solve

Re: [Distutils] Execute command before pip install

2018-04-11 Thread John Thorvald Wodder II
> On 2018 Apr 11, at 06:55, Jorge Maldonado Ventura > wrote: > > I need to execute a command automatically when running `pip install` to solve > https://notabug.org/jorgesumle/boot-em-all/issues/1 > > I need to do that to compile the translation files. I found that

[Distutils] Execute command before pip install

2018-04-11 Thread Jorge Maldonado Ventura
I need to execute a command automatically when running `pip install` to solve https://notabug.org/jorgesumle/boot-em-all/issues/1 I need to do that to compile the translation files. I found that overriding the `setuptools.command.install` makes it work with `python3 setup.py install`, but I