Ejemplo n.º 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/"
            )
Ejemplo n.º 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/')
Ejemplo n.º 3
0
 def __init__(self, **kwargs):
     BaseBootstrapper.__init__(self, **kwargs)
Ejemplo n.º 4
0
 def __init__(self, **kwargs):
     BaseBootstrapper.__init__(self, **kwargs)