码迷,mamicode.com
首页 > 数据库 > 详细

macOS 在终端中使用 adb命令,每次都要source ~/.bash_profile 才生效

时间:2019-11-18 16:54:02      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:环境   android开发   使用   输入   androi   需要   变量   open   生效   

macOS下已经配置好Android开发环境,环境变量也添加了,但是在终端中使用adb命令每次都需要source .bash_profile之后才能识别,

否则就提示  zsh: command not found: adb

 

解决方案:
1、查看根目录下是否有.zshrc文件,如果没有就新建一个 touch .zshrc
2、打开这个文件 open -e .zshrc
3、在后面添加
  # Enable my profile
  source ~/.bash_profile
4、保存
5、输入source .bash_profile,是配置生效
 
然后就可以愉快的使用adb命令了。

 

macOS 在终端中使用 adb命令,每次都要source ~/.bash_profile 才生效

标签:环境   android开发   使用   输入   androi   需要   变量   open   生效   

原文地址:https://www.cnblogs.com/diyishijian/p/11883113.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!