Linux related Links
If python fails to install in Git bash. https://stackoverflow.com/questions/32597209/python-not-working-in-the-command-line-of-git-bash This can be accomplished from git bash like so: echo "alias python='winpty python.exe'" >> ~/.bashrc which will create .bashrc in the current users home directory if the file doesn't exist or append the alias to the end of .bashrc if it does. Ubuntu 18 keyboard issue related to deleting the characters: https://askubuntu.com/questions/755115/holding-backspace-deletes-only-one-character