Helpful GIT settings

git config –global user.email “user@email.com” git config –global user.name “first last” git config –global push.default simple git config –global credential.helper store git config –global pull.rebase false

Disabling SELinux

modify the line SELINUX=enforcing in etc/selinux/config file to be SELINUX=disabled

Install latest 23.x version of PIP3

curl -O https://bootstrap.pypa.io/get-pip.py python3 get-pip.py On Debian systems you’ll want to add ~/.local/bin to your path so latest PIP3 will be picked up. On OSX you’ll want to add ~/Library/Python/lib to your path