built out update scripts to rebuild a new computer to my liking

This commit is contained in:
Wryn Wagner
2019-08-22 19:47:01 -06:00
parent 9e49551ef4
commit 0b2c8b8c8f
4 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# for pyenv
#export PATH="/Users/w0ryn/.pyenv:$PATH"
#eval "$(pyenv init -)"
#export LDFLAGS="-L/usr/local/opt/openssl/lib"
export LDFLAGS="-L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib"
#LDFLAGS += -L/usr/local/opt/llvm/lib -Wl,-rpath,/usr/local/opt/llvm/lib
#export CPPFLAGS="-I/usr/local/opt/openssl/include"
export CPPFLAGS="-I/usr/local/opt/llvm/include -I/usr/local/opt/llvm/include/c++/v1/"
#CPPFLAGS += -I/usr/local/opt/llvm/include -I/usr/local/opt/llvm/include/c++/v1/
export PATH="/usr/local/opt/llvm/bin:$PATH"
export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig"
export PYCURL_SSL_LIBRARY=openssl
export PATH="/usr/local/opt/gnu-getopt/bin:$PATH"