Skip to content

sudo: apt-get: command not found on Mac OS X when install? #493

@tianqig

Description

@tianqig

Hi I am following the instruction from https://tensorflow.github.io/serving/setup
to install TensorFlow Serving dependencies on my Mac OS X
with the following command:
$ sudo apt-get update && sudo apt-get install -y \

    build-essential \
    curl \
    libcurl3-dev \
    git \
    libfreetype6-dev \
    libpng12-dev \
    libzmq3-dev \
    pkg-config \
    python-dev \
    python-numpy \
    python-pip \
    software-properties-common \
    swig \
    zip \
    zlib1g-dev

Password:

Got the following error message:
sudo: apt-get: command not found

Can use brew to do the above instead of apt-get? Or it's better to download apt-get for my Mac, then use it to do the installation?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions