Skip to content

Commit

Permalink
changed PATH for homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Apr 3, 2020
1 parent 6fbed8f commit d08ea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo apt-get install -y \
&& python3 get-pip.py

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
export PATH="$PATH:/home/linuxbrew/.linuxbrew/Homebrew/bin/"
export PATH="/home/linuxbrew/.linuxbrew/Homebrew/bin/:$PATH"
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1

Expand Down

0 comments on commit d08ea7e

Please sign in to comment.