Skip to content

Instantly share code, notes, and snippets.

@marcuswestin
Last active August 29, 2015 14:11
Show Gist options
  • Save marcuswestin/2ebbe1e59441a948ee86 to your computer and use it in GitHub Desktop.
Save marcuswestin/2ebbe1e59441a948ee86 to your computer and use it in GitHub Desktop.
curl https://gist.githubusercontent.com/marcuswestin/2ebbe1e59441a948ee86/raw >> ~/.bash_profile && source ~/.bash_profile
# ASAPP stuff
#############
# awsm prompt. Optional
PS1="\n\w λ "
# Change this next line to wherever your ASAPP repo is/will be
export ASAPP_REPO=${HOME}/code/asapp
# brew
export PATH=/usr/local/bin:$PATH
# mysql
export PATH=/usr/local/mysql/bin:$PATH
# go
export GOPATH=${ASAPP_REPO}/go
export PATH=${PATH}:${GOPATH}/bin
export PATH=${PATH}:/usr/local/go/bin
# python
export PYTHONPATH=${ASAPP_REPO}/py
export PYLEARN2_DATA_PATH=${ASAPP_REPO}/data
# js
export NODE_PATH=${ASAPP_REPO}/js
export PATH=/usr/local/share/npm/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment