Advertisement
julong

My bash_profile

Dec 24th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:$PATH
  2. export PATH=/usr/local/php5/bin:$PATH
  3. export PATH="/Applications/XAMPP/xamppfiles/bin:$PATH"
  4. export PATH=/usr/bin:$PATH
  5. export ANDROID_SDK_ROOT="/Users/Apple/Desktop/adt-bundle-mac-x86_64-20140321/sdk"
  6. export NDK_ROOT="/Users/Apple/Desktop/adt-bundle-mac-x86_64-20140321/android-ndk-r10"
  7.  
  8. # **********# **********# **********
  9. # **********# **********# **********
  10. # เอา platform-tools ออกเพราะ ทำให้ sudo และ git ใช้งานไม่ได้
  11. # export PATH="/Users/Apple/Desktop/adt-bundle-mac-x86_64-20140702/sdk/platform-tools"
  12. # จบการเอาออก platform-tools
  13. # **********# **********# **********
  14. # **********# **********# **********
  15. ##
  16. # Your previous /Users/Apple/.bash_profile file was backed up as /Users/Apple/.bash_profile.macports-saved_2014-08-14_at_15:02:05
  17. ##
  18.  
  19. # MacPorts Installer addition on 2014-08-14_at_15:02:05: adding an appropriate PATH variable for use with MacPorts.
  20. export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
  21. # Finished adapting your PATH environment variable for use with MacPorts.
  22.  
  23.  
  24. # Add environment variable COCOS_CONSOLE_ROOT for cocos2d-x
  25. export COCOS_CONSOLE_ROOT=/Users/Apple/Desktop/adt-bundle-mac-x86_64-20140321/cocos2d-x-3.2/tools/cocos2d-console/bin
  26. export PATH=$COCOS_CONSOLE_ROOT:$PATH
  27.  
  28. export PATH="/Library/FileMaker\ Server/HTTPServer/bin:$PATH"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement