Skip to content

Instantly share code, notes, and snippets.

View Deano1406's full-sized avatar

Dean Bevan Deano1406

  • London, United Kingdom
View GitHub Profile
@Deano1406
Deano1406 / gist:c5eeb72a3a91fb62d0828589929a48db
Created August 15, 2018 16:31
Getting the right version of python (e.g. 3.7) in your bash environment
unlink /usr/local/bin/python
ln -s /usr/local/bin/python3.7 /usr/local/bin/python
@Deano1406
Deano1406 / .bash_profile
Last active August 14, 2018 07:08 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management