首页 > 系统服务 > 详细

.bash_profile for mac‘ envionment variables

时间:2015-03-18 15:27:40      阅读:314      评论:0      收藏:0      [点我收藏+]

A typical install of OS X won‘t create a .bash_profile for you. When you want to run functions from your command line, this is a must-have.

  1. Start up Terminal
  2. Type "cd ~/" to go to your home folder
  3. Type "touch .bash_profile" to create your new file.
  4. Edit .bash_profile with your favorite editor (or you can just type "open -e .bash_profile" to open it in TextEdit.
  5. contents:export ANDROID_HOME="/usr/local/adt/sdk"
  6. Type ". .bash_profile" to reload .bash_profile and update any functions you add.  

 

PS:

在MAC系统中,jdk的安装路径与windows不同,默认目录是:/System/Libray/Frameworks /JavaVM.Framwork/。

export JAVA_HOME = "/System/Libray/Frameworks /JavaVM.Framwork/versions/currentjdk/home"

还可以参考:

http://www.cnblogs.com/mokey/p/3542389.html

.bash_profile for mac‘ envionment variables

原文:http://www.cnblogs.com/kissfu/p/4346994.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!