Skip to content

Instantly share code, notes, and snippets.

@icu0755
Created October 21, 2015 20:04
Show Gist options
  • Save icu0755/d5803947ebf7dae29939 to your computer and use it in GitHub Desktop.
Save icu0755/d5803947ebf7dae29939 to your computer and use it in GitHub Desktop.
vim ~/.bash_profile
# Set architecture flags
export ARCHFLAGS="-arch x86_64"
# Ensure user-installed binaries take precedence
export PATH=/usr/local/bin:$PATH
# Load .bashrc if it exists
test -f ~/.bashrc && source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment