Skip to content

Instantly share code, notes, and snippets.

View ChangKeunYou's full-sized avatar

ChangKeunYou ChangKeunYou

  • interpark
  • seoul
View GitHub Profile
@ChangKeunYou
ChangKeunYou / install_linuxbrew_on_centos7.sh
Created April 18, 2018 12:16 — forked from warking/install_linuxbrew_on_centos7.sh
standalone linuxbrew setup script for CentOS 7
# Non-root account is recommended for this process
# centos-specific prepration
sudo yum -y update && sudo yum -y groupinstall 'Development Tools' && sudo yum -y install curl irb m4 ruby
# Sanitize the environment
PATH=~/.linuxbrew/bin:/usr/local/bin:/usr/bin:/bin
unset LD_LIBRARY_PATH PKG_CONFIG_PATH
# install linuxbrew