MAC 上找不到.bash_profile该怎么办?_移动开发_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > 移动开发 > MAC 上找不到.bash_profile该怎么办?

MAC 上找不到.bash_profile该怎么办?

 2014/5/2 12:05:44  王志勇  博客园  我要评论(0)
  • 摘要:1.启动终端Terminal2.进入当前用户的home目录输入cd~3.创建.bash_profile输入touch.bash_profile4.编辑.bash_profile文件输入open-e.bash_profile因为是为了搭建Android开发环境,输入AndroidSDK下的tools目录:exportPATH=${PATH}:/eclipse/android_sdk/tools5.保存文件,关闭.bash_profile6.更新刚配置的环境变量输入source
  • 标签:file Bash Mac

1. 启动终端Terminal

2. 进入当前用户的home目录

    输入cd ~

3. 创建.bash_profile

    输入touch .bash_profile

4. 编辑.bash_profile文件

    输入open -e .bash_profile

    因为是为了搭建Android开发环境,输入Android SDK下的tools目录:export PATH=${PATH}:/eclipse/android_sdk/tools

5. 保存文件,关闭.bash_profile

6. 更新刚配置的环境变量

    输入source .bash_profile

7. 验证配置是否成功

    输入android启动Android SDK and AVD Manager

上一篇: Twitter有可能即将推出“悄悄取消关注”功能 下一篇: 没有下一篇了!
发表评论
用户名: 匿名