Example #1
0
    def __init__(self, **kwargs):
        BaseBootstrapper.__init__(self, **kwargs)

        if not self.which("pacman"):
            raise NotImplementedError(
                "The Windows bootstrapper only works with msys2 with pacman. Get msys2 at " "http://msys2.github.io/"
            )
Example #2
0
    def __init__(self, **kwargs):
        BaseBootstrapper.__init__(self, **kwargs)

        if not self.which('pacman'):
            raise NotImplementedError('The Windows bootstrapper only works with msys2 with pacman. Get msys2 at '
                                      'http://msys2.github.io/')
Example #3
0
 def __init__(self, **kwargs):
     BaseBootstrapper.__init__(self, **kwargs)
Example #4
0
 def __init__(self, **kwargs):
     BaseBootstrapper.__init__(self, **kwargs)