Guest User

Untitled

a guest
Mar 24th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # Setting PATH for Python 3.4
  2. # The orginal version is saved in .bash_profile.pysave
  3. export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
  4. PATH="/Library/Frameworks/Python.framework/Versions/3.4/bin:${PATH}"
  5. ataPS1="\n$PS1"
  6. export PATH=$PATH:/Users/gaurav/Library/Android/sdk/platform-tools
Add Comment
Please, Sign In to add comment