diff --git a/.bash_profile b/.bash_profile index e7a83ea..c3c3150 100644 --- a/.bash_profile +++ b/.bash_profile @@ -95,11 +95,8 @@ if [ -f /usr/local/bin/rbenv ]; then eval "$(rbenv init -)" fi -# Vagrant configuration. -# export VAGRANT_DEFAULT_PROVIDER='virtualbox' - -# Disable cowsay in Ansible. -export ANSIBLE_NOCOWS=1 +# Python settings. +export PYTHONPATH="/usr/local/lib/python2.7/site-packages" # Super useful Docker container oneshots. # Usage: dockrun, or dockrun [centos7|fedora24|debian8|ubuntu1404|etc.]