Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
Signed-off-by: B-Step62 <yuki.watanabe@databricks.com>
  • Loading branch information
B-Step62 committed Nov 14, 2023
1 parent 42c09dd commit 1ff301e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev/dev-env-setup.sh
Expand Up @@ -113,8 +113,7 @@ check_and_install_brew() {
echo "Homebrew is required to install $1 on MacOS. Installing in your home directory."
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi
echo "Updating brew and installing pyenv..."
echo "Note: this will probably take a considerable amount of time."
echo "Updating brew..."
brew update
}

Expand Down Expand Up @@ -156,6 +155,8 @@ if [ -z "$pyenv_exist" ]; then
if [[ $REPLY =~ ^[Yy]$ || -n "$GITHUB_ACTIONS" ]]; then
if [[ "$machine" == mac ]]; then
check_and_install_brew "pyenv"
echo "Installing pyenv..."
echo "Note: this will probably take a considerable amount of time."
brew install pyenv
brew install openssl readline sqlite3 xz zlib
elif [[ "$machine" == linux ]]; then
Expand Down

0 comments on commit 1ff301e

Please sign in to comment.