Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pycklets / homebrew_pkg_mgr.py
Size: Mime:
# -*- coding: utf-8 -*-

from pyckles import AutoPycklet


class HomebrewPkgMgr(AutoPycklet):
    """Install the [homebrew](https://brew.sh) package manager on Mac OS X.

     If not already available, the [OS X command-line tools package](https://developer.apple.com/library/archive/technotes/tn2339/_index.html) will also be installed.

       Args:

    """

    FRECKLET_ID = "homebrew-pkg-mgr"

    def __init__(self,):

        super(HomebrewPkgMgr, self).__init__(var_names=[])