On Tue, Dec 2, 2014 at 3:04 PM, Backeljauw Franky <franky.backelj...@uantwerpen.be> wrote: > > Just a small question: is it possible to install extensions to a package > instead of using a separate easyconfig-file? > E.g., I want to install some extra python modules to an already install > Python installation where these modules did not appear in the extensions list > when Python was installed using EasyBuild…
Just add them to the existing Python easyconfig and use the --skip option. This will only install the newly added extensions. Ward