Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu setup - additional steps required to install homebrew #383

Open
maneesha opened this issue Dec 13, 2022 · 0 comments
Open

Ubuntu setup - additional steps required to install homebrew #383

maneesha opened this issue Dec 13, 2022 · 0 comments

Comments

@maneesha
Copy link
Contributor

In the Linux setup instructions, the first step is:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

A few things to note after this step that may be useful to include in the instructions:

  1. This may require admin password
  2. There are three commands listed in stdout that you must follow. This is what that looks like on my machine (my output explicitly defined my home dir; I've replaced that with ~ here):
==> Next steps:
- Run these three commands in your terminal to add Homebrew to your PATH:
    echo '# Set PATH, MANPATH, etc., for Homebrew.' >> ~/.bash_profile
    echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bash_profile
    eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
- Install Homebrew's dependencies if you have sudo access:
    sudo apt-get install build-essential
  For more information, see:
    https://docs.brew.sh/Homebrew-on-Linux
- We recommend that you install GCC:
    brew install gcc
- Run brew help to get started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant