On 03/07/2018 06:59 AM, Thomas Lange wrote:
On Wed, 07 Mar 2018 13:48:25 +0100, "BACHY Yann" <yann.ba...@isae-supaero.fr> 
said:

     > Is there a native way in FAI to do something like this ?
No.

     > Or should I create an self-destructing bash script which will only run 
at first boot of the machine ?
Yes, that's the way I would do it.


Huh, maybe I don't understand the question. But can't the OP just run pip install via ROOTCMD?

#!/bin/bash
${ROOTCMD} pip install <package_name>

Antwort per Email an