pip install

John G Heim jheim at math.wisc.edu
Wed Mar 7 15:06:36 CET 2018



On 03/07/2018 06:59 AM, Thomas Lange wrote:
>>>>>> On Wed, 07 Mar 2018 13:48:25 +0100, "BACHY Yann" <Yann.BACHY at 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>


More information about the linux-fai mailing list