This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
eval "$(pyenv init -)" | |
alias vim=nvim | |
#Postgres | |
export PGDATA=/var/lib/pgsql/data | |
#Flask app | |
export FLASK_APP=./autoapp.py | |
export FLASK_DEBUG=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export JAVA_HOME=`/usr/libexec/java_home -v 1.8` | |
export GOOGLE_APPENGINE=/usr/local/google_appengine | |
export PYTHONPATH=$PYTHONPATH:/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PIL:/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages | |
export ANDROID_HOME=/Library/Developer/android-sdk-macosx | |
export PGDATA=/var/lib/pgsql/data | |
# Setting PATH for Python 2.7 | |
# The orginal version is saved in .bash_profile.pysave | |
PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}" | |
PATH=$ANDROID_HOME/tools:${PATH} |
NewerOlder