# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin
export PYTHONPATH=/opt/rh/python27/root/usr/lib/python2.7
export PATH=/opt/rh/python27/root/usr/bin:$PATH
export LD_LIBRARY_PATH=/opt/rh/python27/root/usr/lib:/opt/rh/python27/root/usr/lib64:$LD_LIBRARY_PATH