Advertisement
Guest User

Untitled

a guest
Oct 18th, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. # RVM or whatever
  2.  
  3. /Users/rebecca/.rvm/gems/ruby-2.0.0-p247/bin
  4.  
  5.  
  6. # Setting PATH for Python 2.7
  7. # The orginal version is saved in .bash_profile.pysave
  8. PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
  9. export PATH
  10.  
  11. # added by Anaconda 1.6.1 installer
  12. export PATH="/Users/rebecca/anaconda/bin:$PATH"
  13.  
  14. # Setting PATH for Python 2.7
  15. # The orginal version is saved in .bash_profile.pysave
  16. PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
  17. export PATH
  18.  
  19. # added by Anaconda 1.7.0 installer
  20. export PATH="/Users/rebecca/anaconda/bin:$PATH"
  21.  
  22. [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
  23.  
  24. ##
  25. # Your previous /Users/rebecca/.bash_profile file was backed up as /Users/rebecca/.bash_profile.macports-saved_2013-10-04_at_20:33:30
  26. ##
  27.  
  28. # MacPorts Installer addition on 2013-10-04_at_20:33:30: adding an appropriate PATH variable for use with MacPorts.
  29. export PATH=/opt/local/bin:/opt/local/sbin:$PATH
  30. # Finished adapting your PATH environment variable for use with MacPorts.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement