Advertisement
Guest User

Untitled

a guest
Nov 30th, 2016
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. -bash: export: `/Users/MBP/.bash_profile': not a valid identifier
  2. MBPusers-MacBook-Pro:~ MBP$ vim .bash_profile
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. # Setting PATH for Python 3.5
  27. # The orginal version is saved in .bash_profile.pysave
  28. PATH="/Library/Frameworks/Python.framework/Versions/3.5/bin:${PATH}"
  29. export PATH
  30. PATH=/usr/local/bin:/usr/local/sbin:/Library/Frameworks/Python.framework/Versions/3.5/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
  31. PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/local/sbin:/Library/Frameworks/Python.framework/Versions/3.5/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
  32. PATH=/usr/local/Cellar/ruby21/2.1.9/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
  33. export PATH=/opt/local/bin:/opt/local/sbin:$PATH to ~/.bash_profile
  34.  
  35.  
  36. ##
  37. # Your previous /Users/MBP/.bash_profile file was backed up as /Users/MBP/.bash_profile.macports-saved_2016-05-28_at_18:28:46
  38. ##
  39.  
  40. # MacPorts Installer addition on 2016-05-28_at_18:28:46: adding an appropriate PATH variable for use with MacPorts.
  41. export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
  42. # Finished adapting your PATH environment variable for use with MacPorts.
  43.  
  44. ~
  45. ~
  46. ~
  47. ~
  48. ~
  49. ~
  50. ~
  51. ~
  52. ~
  53. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement