Skip to content

Instantly share code, notes, and snippets.

@gauravmehla
Created March 15, 2018 14:59
Show Gist options
  • Save gauravmehla/3a13de429f2d555999013e12947600e9 to your computer and use it in GitHub Desktop.
Save gauravmehla/3a13de429f2d555999013e12947600e9 to your computer and use it in GitHub Desktop.
# Setting PATH for Python 3.4
# The orginal version is saved in .bash_profile.pysave
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
PATH="/Library/Frameworks/Python.framework/Versions/3.4/bin:${PATH}"
ataPS1="\n$PS1"
export PATH=$PATH:/Users/gaurav/Library/Android/sdk/platform-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment